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:
parent
7c2ec3f975
commit
1915fb444e
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user