diff options
| author | John Paul Wallington <jpw@pobox.com> | 2008-05-15 02:01:46 +0000 |
|---|---|---|
| committer | John Paul Wallington <jpw@pobox.com> | 2008-05-15 02:01:46 +0000 |
| commit | c1d119ea0255d168c9d94a174685e4ed6edb905c (patch) | |
| tree | 07befea81f7eeacd9d65e7b9f2283c2be4d72544 | |
| parent | 337f393eb411586e370fb42372d3f39fe2154cfc (diff) | |
| download | emacs-c1d119ea0255d168c9d94a174685e4ed6edb905c.tar.gz | |
(top-level): Don't require cl when compiling.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/add-log.el | 1 |
2 files changed, 2 insertions, 1 deletions
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 <jpw@pobox.com> + * 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 |
