# HG changeset patch # User Gerd Moellmann # Date 968236870 0 # Node ID c1eb469067173b367fb386a372d22977425db35f # Parent f2ab9420390f8a9cc2e529a432ee4461b9f14a63 Don't require `vc' during compilation; requiring it leads to a recursive loading of vc.el and vc-hooks.el during bootstrap. diff -r f2ab9420390f -r c1eb46906717 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Tue Sep 05 20:08:22 2000 +0000 +++ b/lisp/vc-hooks.el Wed Sep 06 10:41:10 2000 +0000 @@ -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)