branch: elpa/flx commit 2903e5d2a75fc52321d952e33420a7079ac5a745 Merge: 9200e27309 72c9ea0045 Author: Le Wang <l26w...@gmail.com> Commit: Le Wang <l26w...@gmail.com>
Merge pull request #42 from bbatsov/byte-compile-warning Fix a byte compilation warning --- flx-ido.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flx-ido.el b/flx-ido.el index d8fa437544..e7f442079b 100644 --- a/flx-ido.el +++ b/flx-ido.el @@ -57,6 +57,9 @@ (require 'ido) (require 'flx) +(eval-when-compile + (defvar ido-cur-item)) + (defcustom flx-ido-threshhold 6000 "flx will not kick in until collection is filtered below this size with \"flex\"." :group 'ido)