Explorar el Código

Require cl at compile-time

Ryan C. Thompson hace 13 años
padre
commit
fb6210ff86
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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