ソースを参照

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