From: André Spiegel Date: Thu, 5 Sep 2002 06:31:11 +0000 (+0000) Subject: Don't require vc.el at compile-time; it causes recursive requirements. X-Git-Tag: ttn-vms-21-2-B4~13382 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99e400efbfb3532acb29d78e8e581b2c93140458;p=emacs.git Don't require vc.el at compile-time; it causes recursive requirements. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 3717bea650a..c8b9d2000c4 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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)