From 8ddceaf120e8cdabc557a0638d0b37a568407262 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 6 Sep 2000 10:41:41 +0000 Subject: [PATCH] Don't require `vc' during compilation; requiring it leads to a recursive loading of vc.el and vc-hooks.el during bootstrap. --- lisp/ChangeLog | 6 ++++++ lisp/vc-hooks.el | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55b0ecb0240..36a589d6722 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-09-06 Gerd Moellmann + + * vc-hooks.el (toplevel): Don't require `vc' during compilation; + requiring it leads to a recursive loading of vc.el and vc-hooks.el + during bootstrap. + 2000-09-05 Stefan Monnier * vc.el: (toplevel): Don't require `dired' at run-time. diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 4554e1e6860..beaa468eab6 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.116 2000/09/04 19:47:25 gerd Exp $ +;; $Id: vc-hooks.el,v 1.1 2000/09/06 09:19:14 gerd Exp gerd $ ;; This file is part of GNU Emacs. @@ -33,8 +33,8 @@ ;;; Code: -(eval-when-compile - (require 'vc)) +;(eval-when-compile +; (require 'vc)) ;; Customization Variables (the rest is in vc.el) -- 2.39.2