emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Fri, 16 May 2008 23:59:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     John Paul Wallington <jpw>      08/05/16 23:59:15

Index: vc-dispatcher.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- vc-dispatcher.el    16 May 2008 22:37:55 -0000      1.49
+++ vc-dispatcher.el    16 May 2008 23:59:13 -0000      1.50
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]