]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-rcs-state): Don't require vc.el.
authorAndré Spiegel <spiegel@gnu.org>
Wed, 4 Sep 2002 20:49:35 +0000 (20:49 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Wed, 4 Sep 2002 20:49:35 +0000 (20:49 +0000)
lisp/vc-rcs.el

index 73541ff9cabb205ebaa8939c483ba5f6af739cae..53c842dda8cb91b691ce90c3e0ac86e1beba364e 100644 (file)
@@ -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 @@ 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)