From: André Spiegel Date: Wed, 4 Sep 2002 20:49:35 +0000 (+0000) Subject: (vc-rcs-state): Don't require vc.el. X-Git-Tag: ttn-vms-21-2-B4~13397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef1a388cb353ab469f8afaa868ec5c90df199b0e;p=emacs.git (vc-rcs-state): Don't require vc.el. --- 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)