Преглед на файлове

Put (require 'cl) back into (evel-when-compile ...)

It against Emacs coding convention to require 'cl at run-time.
Bastien Guerry преди 17 години
родител
ревизия
e24d40b423
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      org-irc.el

+ 4 - 1
org-irc.el

@@ -50,7 +50,10 @@
 ;;
 ;;; Code:
 
-(require 'cl)
+
+(eval-when-compile
+  (require 'cl))
+
 (require 'org)
 (require 'erc)
 (require 'erc-log)