From ef1a388cb353ab469f8afaa868ec5c90df199b0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Wed, 4 Sep 2002 20:49:35 +0000 Subject: [PATCH] (vc-rcs-state): Don't require vc.el. --- lisp/vc-rcs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 73541ff9cab..53c842dda8c 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-rcs.el,v 1.24 2002/03/18 17:17:38 spiegel Exp $ +;; $Id: vc-rcs.el,v 1.25 2002/07/19 13:27:44 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -116,7 +116,6 @@ For a description of possible values, see `vc-check-master-templates'." 'vc-workfile-version)))) (if (not (eq state 'up-to-date)) state - (require 'vc) (if (vc-workfile-unchanged-p file) 'up-to-date (if (eq (vc-checkout-model file) 'locking) -- 2.39.5