From: Gerd Moellmann Date: Wed, 6 Sep 2000 10:41:41 +0000 (+0000) Subject: Don't require `vc' during compilation; X-Git-Tag: emacs-pretest-21.0.90~1780 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ddceaf120e8cdabc557a0638d0b37a568407262;p=emacs.git Don't require `vc' during compilation; requiring it leads to a recursive loading of vc.el and vc-hooks.el during bootstrap. --- 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)