From: John Paul Wallington Date: Thu, 15 May 2008 02:01:46 +0000 (+0000) Subject: (top-level): Don't require cl when compiling. X-Git-Tag: emacs-pretest-23.0.90~5521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1d119ea0255d168c9d94a174685e4ed6edb905c;p=emacs.git (top-level): Don't require cl when compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 53a2b992235..0e30e7d88f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,8 @@ 2008-05-15 John Paul Wallington + * add-log.el (top-level): Don't require cl when compiling. + * arc-mode.el (archive-add-new-member): Use `derived-mode-p'. (archive-*-extract): Use `zerop' (archive-*-write-file-member): Use `or', use `zerop'. diff --git a/lisp/add-log.el b/lisp/add-log.el index 9702e7bad42..1130347b918 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -37,7 +37,6 @@ ;;; Code: (eval-when-compile - (require 'cl) ; ignore-errors (require 'timezone)) (defgroup change-log nil