requiring it leads to a recursive loading of vc.el and vc-hooks.el
during bootstrap.
+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.
;; 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.
;;; Code:
-(eval-when-compile
- (require 'vc))
+;(eval-when-compile
+; (require 'vc))
;; Customization Variables (the rest is in vc.el)