瀏覽代碼

Fix some free variable warnings from the byte compiler

Ryan C. Thompson 7 年之前
父節點
當前提交
ec59631a8a
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      ido-completing-read+.el

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

@@ -84,11 +84,17 @@ Note that when you update ido-completing-read+, this variable may
 not be updated until you restart Emacs.")
 
 (require 'ido)
+(require 'minibuf-eldef)
 (require 'cl-lib)
 (require 'cus-edit)
 (require 's)
 (require 'memoize)
 
+;; Silence some byte-compiler warnings
+(eval-when-compile
+  (require 'minibuf-eldef)
+  (require 'flx-ido nil t))
+
 ;;; Debug messages
 
 (define-minor-mode ido-cr+-debug-mode