changeset 33856:6f1ab7313eb7

Require 'cl during compilation.
author André Spiegel <spiegel@gnu.org>
date Fri, 24 Nov 2000 16:25:59 +0000
parents 3d12bbe24380
children ebdb59856b55
files lisp/vc-hooks.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Fri Nov 24 13:41:48 2000 +0000
+++ b/lisp/vc-hooks.el	Fri Nov 24 16:25:59 2000 +0000
@@ -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)