From: André Spiegel Date: Fri, 24 Nov 2000 16:25:59 +0000 (+0000) Subject: Require 'cl during compilation. X-Git-Tag: emacs-pretest-21.0.92~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3ce5e29ba1a373da2e07f7743a68dbb484f3ed5;p=emacs.git Require 'cl during compilation. --- 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)