Parcourir la source

Require cl at compile-time

Ryan C. Thompson il y a 13 ans
Parent
commit
fb6210ff86
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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