1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(top-level): Revert previous change: require cl when compiling.

This commit is contained in:
John Paul Wallington 2008-05-17 00:04:07 +00:00
parent 7c2ec3f975
commit 1915fb444e
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,8 @@
<<<<<<< ChangeLog
2008-05-16 John Paul Wallington <jpw@pobox.com>
* vc-dispatcher.el (top-level): Revert previous change: require cl
when compiling.
2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
* vc.el (vc-default-status-printer)

View File

@ -122,8 +122,10 @@
(require 'ewoc)
;; General customization
(eval-when-compile
(require 'cl))
;; General customization
(defcustom vc-logentry-check-hook nil
"Normal hook run by `vc-finish-logentry'.
Use this to impose your own rules on the entry in addition to any the