changeset 47228:0adc8142b529

(vc-rcs-state): Don't require vc.el.
author André Spiegel <spiegel@gnu.org>
date Wed, 04 Sep 2002 20:49:35 +0000
parents e7b1564342e2
children aad2620d71a8
files lisp/vc-rcs.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-rcs.el	Wed Sep 04 20:47:08 2002 +0000
+++ b/lisp/vc-rcs.el	Wed Sep 04 20:49:35 2002 +0000
@@ -5,7 +5,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $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 @@
                                                      '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)