From c3ce5e29ba1a373da2e07f7743a68dbb484f3ed5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Fri, 24 Nov 2000 16:25:59 +0000 Subject: [PATCH] Require 'cl during compilation. --- lisp/vc-hooks.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 9f7bab9c1d2..4dfe4100bca 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $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) -- 2.39.2