Mercurial > emacs
changeset 31405:c1eb46906717
Don't require `vc' during compilation;
requiring it leads to a recursive loading of vc.el and vc-hooks.el
during bootstrap.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Sep 2000 10:41:10 +0000 |
parents | f2ab9420390f |
children | 30013197de14 |
files | lisp/vc-hooks.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)