Don't require `vc' during compilation;

requiring it leads to a recursive loading of vc.el and vc-hooks.el
during bootstrap.
This commit is contained in:
Gerd Moellmann 2000-09-06 10:41:41 +00:00
parent 099bd78a96
commit 8ddceaf120
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2000-09-06 Gerd Moellmann <gerd@gnu.org>
* 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 <monnier@cs.yale.edu>
* vc.el: (toplevel): Don't require `dired' at run-time.

View 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.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)