]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Don't require cl when compiling.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 15 May 2008 02:01:46 +0000 (02:01 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 15 May 2008 02:01:46 +0000 (02:01 +0000)
lisp/ChangeLog
lisp/add-log.el

index 53a2b9922351355783f6de7ddce5254e935761eb..0e30e7d88f2594307bba9880eaf2a31dce488c8b 100644 (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'.
index 9702e7bad42a25fb10aafa9675fa9ccb4540c593..1130347b918ce33f73562109954367260e43112d 100644 (file)
@@ -37,7 +37,6 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'cl)                                ; ignore-errors
   (require 'timezone))
 
 (defgroup change-log nil