(top-level): Don't require cl when compiling.
This commit is contained in:
parent
337f393eb4
commit
c1d119ea02
2 changed files with 2 additions and 1 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
;;; Code:
|
||||
|
||||
(eval-when-compile
|
||||
(require 'cl) ; ignore-errors
|
||||
(require 'timezone))
|
||||
|
||||
(defgroup change-log nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue