Просмотр исходного кода

Require cl at compile time, just for the loop macro

Eliminates compile warning
Ryan C. Thompson 11 лет назад
Родитель
Сommit
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)