Explorar el Código

Autoload default values of override variables

Should fix #16.
Ryan C. Thompson hace 11 años
padre
commit
66b782fa46
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      ido-ubiquitous.el

+ 2 - 0
ido-ubiquitous.el

@@ -218,6 +218,7 @@ specific commands or functions, set appropriate overrides in
   :type 'boolean
   :group 'ido-ubiquitous)
 
+;;;###autoload
 (defconst ido-ubiquitous-default-command-overrides
   '(;; If you want ido for M-x, install smex
     (disable exact "execute-extended-command")
@@ -231,6 +232,7 @@ specific commands or functions, set appropriate overrides in
 
 You can restore these using the command `ido-ubiquitous-restore-default-overrides'.")
 
+;;;###autoload
 (defconst ido-ubiquitous-default-function-overrides
   '((disable exact "read-file-name")
     (disable exact "read-file-name-internal")