From 99e400efbfb3532acb29d78e8e581b2c93140458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Thu, 5 Sep 2002 06:31:11 +0000 Subject: [PATCH] Don't require vc.el at compile-time; it causes recursive requirements. --- lisp/vc-hooks.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.2