diff options
author | André Spiegel <spiegel@gnu.org> | 2002-09-04 20:49:35 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2002-09-04 20:49:35 +0000 |
commit | ef1a388cb353ab469f8afaa868ec5c90df199b0e (patch) | |
tree | 860416324f4f2637581a32623a182b77b528cc91 /lisp/vc-rcs.el | |
parent | fd4ca8fb12ba5950e8b84a70ff40a761c76bf98d (diff) | |
download | emacs-ef1a388cb353ab469f8afaa868ec5c90df199b0e.tar.gz |
(vc-rcs-state): Don't require vc.el.
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r-- | lisp/vc-rcs.el | 3 |
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 @@ ;; 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) |