(top-level): Don't require cl when compiling.

This commit is contained in:
John Paul Wallington 2008-05-15 02:01:46 +00:00
parent 337f393eb4
commit c1d119ea02
2 changed files with 2 additions and 1 deletions

View file

@ -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'.

View file

@ -37,7 +37,6 @@
;;; Code:
(eval-when-compile
(require 'cl) ; ignore-errors
(require 'timezone))
(defgroup change-log nil