# HG changeset patch # User Andr Spiegel # Date 1031207471 0 # Node ID 150814112c89e828c9d5037dc17527647a7ef236 # Parent 62b74cacce22e8a502caa9587d9528095c6b982a Don't require vc.el at compile-time; it causes recursive requirements. diff -r 62b74cacce22 -r 150814112c89 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Thu Sep 05 05:33:29 2002 +0000 +++ b/lisp/vc-hooks.el Thu Sep 05 06:31:11 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.143 2002/08/23 13:23:14 spiegel Exp $ +;; $Id: vc-hooks.el,v 1.144 2002/09/04 20:45:34 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -34,7 +34,6 @@ ;;; Code: (eval-when-compile - (require 'vc) (require 'cl)) ;; Customization Variables (the rest is in vc.el)