changeset 47244:150814112c89

Don't require vc.el at compile-time; it causes recursive requirements.
author André Spiegel <spiegel@gnu.org>
date Thu, 05 Sep 2002 06:31:11 +0000
parents 62b74cacce22
children 0070f269bdc8
files lisp/vc-hooks.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Thu Sep 05 05:33:29 2002 +0000
+++ b/lisp/vc-hooks.el	Thu Sep 05 06:31:11 2002 +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.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)