ソースを参照

Require cl at compile time, just for the loop macro

Eliminates compile warning
Ryan C. Thompson 11 年 前
コミット
ab0085c10c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -48,8 +48,8 @@
 
 (require 'ido)
 (require 'advice)
-(require 'cl)
 (require 'macroexp)
+(eval-when-compile (require 'cl))
 
 ;; Declare this ahead of time to quiet the compiler
 (defvar ido-ubiquitous-fallback-completing-read-function)