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

It is against Emacs coding convention to require 'cl at run-time.
This commit is contained in:
Bastien Guerry 2008-03-03 23:20:48 +00:00
parent e24d40b423
commit a323f5eb7e
1 changed files with 1 additions and 1 deletions

2
org.el
View File

@ -66,8 +66,8 @@
;;;; Require other packages
(require 'cl)
(eval-when-compile
(require 'cl)
(require 'gnus-sum)
(require 'calendar))
;; For XEmacs, noutline is not yet provided by outline.el, so arrange for