Explorar el Código

Autoload ido-cr+-minibuffer-depth to avoid compiler warning

Since this variable is used in a defsubst, which is inlined completely
into the autoload file, it also needs to be autoloaded.
Ryan C. Thompson hace 8 años
padre
commit
7b7136532e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ido-completing-read+.el

+ 1 - 0
ido-completing-read+.el

@@ -115,6 +115,7 @@ general, but in this case it should be, because ido always
 let-binds this variable before using it, so the initial value
 shouldn't matter.")
 
+;;;###autoload
 (defvar ido-cr+-minibuffer-depth -1
   "Minibuffer depth of the most recent ido-cr+ activation.