浏览代码

Require cl at compile-time

Ryan C. Thompson 13 年之前
父节点
当前提交
fb6210ff86
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ido-ubiquitous.el

+ 2 - 1
ido-ubiquitous.el

@@ -42,7 +42,8 @@
 ;;; Code:
 
 (require 'ido)
-(require 'cl)
+(eval-when-compile
+  (require 'cl))
 
 ;;;###autoload
 (defgroup ido-ubiquitous nil