Ryan C. Thompson hace 12 años
padre
commit
f6086e5242
Se han modificado 1 ficheros con 2 adiciones y 7 borrados
  1. 2 7
      ido-ubiquitous.el

+ 2 - 7
ido-ubiquitous.el

@@ -148,6 +148,7 @@ ido-ubiquitous in non-interactive functions, customize
 (define-obsolete-variable-alias 'ido-ubiquitous-exceptions
   'ido-ubiquitous-command-exceptions "0.4")
 
+;;;###autoload
 (defvar ido-ubiquitous-default-function-exceptions
   '(read-file-name
     read-file-name-internal
@@ -213,13 +214,7 @@ Setting this variable directly has no effect. You must set it
 through Customize."
   :group 'ido-ubiquitous
   :type 'hook
-  :options '(read-file-name
-	     read-file-name-internal
-	     read-buffer
-	     gnus-emacs-completing-read
-	     gnus-iswitchb-completing-read
-	     man
-	     grep-read-files)
+  :options ido-ubiquitous-default-function-exceptions
   :set 'ido-ubiquitous-set-function-exceptions)
 
 ;;; Ido-ubiquitous core