aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2002-09-04 20:49:35 +0000
committerAndré Spiegel2002-09-04 20:49:35 +0000
commitef1a388cb353ab469f8afaa868ec5c90df199b0e (patch)
tree860416324f4f2637581a32623a182b77b528cc91
parentfd4ca8fb12ba5950e8b84a70ff40a761c76bf98d (diff)
downloademacs-ef1a388cb353ab469f8afaa868ec5c90df199b0e.tar.gz
emacs-ef1a388cb353ab469f8afaa868ec5c90df199b0e.zip
(vc-rcs-state): Don't require vc.el.
-rw-r--r--lisp/vc-rcs.el3
1 files changed, 1 insertions, 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 @@
5;; Author: FSF (see vc.el for full credits) 5;; Author: FSF (see vc.el for full credits)
6;; Maintainer: Andre Spiegel <spiegel@gnu.org> 6;; Maintainer: Andre Spiegel <spiegel@gnu.org>
7 7
8;; $Id: vc-rcs.el,v 1.24 2002/03/18 17:17:38 spiegel Exp $ 8;; $Id: vc-rcs.el,v 1.25 2002/07/19 13:27:44 spiegel Exp $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -116,7 +116,6 @@ For a description of possible values, see `vc-check-master-templates'."
116 'vc-workfile-version)))) 116 'vc-workfile-version))))
117 (if (not (eq state 'up-to-date)) 117 (if (not (eq state 'up-to-date))
118 state 118 state
119 (require 'vc)
120 (if (vc-workfile-unchanged-p file) 119 (if (vc-workfile-unchanged-p file)
121 'up-to-date 120 'up-to-date
122 (if (eq (vc-checkout-model file) 'locking) 121 (if (eq (vc-checkout-model file) 'locking)