浏览代码

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)