emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flx 72c9ea0045 082/182: Fix a byte compilation warning


From: ELPA Syncer
Subject: [nongnu] elpa/flx 72c9ea0045 082/182: Fix a byte compilation warning
Date: Tue, 13 Dec 2022 03:59:32 -0500 (EST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]