From: John Paul Wallington Date: Sat, 17 May 2008 00:04:07 +0000 (+0000) Subject: (top-level): Revert previous change: require cl when compiling. X-Git-Tag: emacs-pretest-23.0.90~5473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1915fb444e02acabc2c76147502b525960095b5c;p=emacs.git (top-level): Revert previous change: require cl when compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17f42d14d5d..0404a51edff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,8 @@ -<<<<<<< ChangeLog +2008-05-16 John Paul Wallington + + * vc-dispatcher.el (top-level): Revert previous change: require cl + when compiling. + 2008-05-16 Eric S. Raymond * vc.el (vc-default-status-printer) diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index f9ff4ba1480..b257025d501 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el @@ -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