]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require vc.el at compile-time; it causes recursive requirements.
authorAndré Spiegel <spiegel@gnu.org>
Thu, 5 Sep 2002 06:31:11 +0000 (06:31 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Thu, 5 Sep 2002 06:31:11 +0000 (06:31 +0000)
lisp/vc-hooks.el

index 3717bea650a3ee23b924b33a4230e85259a6a8eb..c8b9d2000c49ad388f1ed5fed0f1227877fcc64f 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.143 2002/08/23 13:23:14 spiegel Exp $
+;; $Id: vc-hooks.el,v 1.144 2002/09/04 20:45:34 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -34,7 +34,6 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'vc)
   (require 'cl))
 
 ;; Customization Variables (the rest is in vc.el)