Bladeren bron

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 8 jaren geleden
bovenliggende
commit
7b7136532e
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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.