]> code.delx.au - gnu-emacs/commitdiff
Require 'cl during compilation.
authorAndré Spiegel <spiegel@gnu.org>
Fri, 24 Nov 2000 16:25:59 +0000 (16:25 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Fri, 24 Nov 2000 16:25:59 +0000 (16:25 +0000)
lisp/vc-hooks.el

index 9f7bab9c1d22e7ab71ab1268aa8f20093dc61eab..4dfe4100bca62b3f0620d1fc857ff7ae984ce889 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-hooks.el,v 1.128 2000/11/06 13:19:38 monnier Exp $
+;; $Id: vc-hooks.el,v 1.130 2000/11/20 14:01:18 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -33,8 +33,8 @@
 
 ;;; Code:
 
-;(eval-when-compile
-;  (require 'vc))
+(eval-when-compile
+  (require 'cl))
 
 ;; Customization Variables (the rest is in vc.el)