branch: elpa/flx commit 72c9ea0045cc11914c780101b06f59a9e1098b48 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
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 f9c69aa3e7..de1c929a22 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)