# HG changeset patch # User Andr Spiegel # Date 1031172575 0 # Node ID 0adc8142b529677b02117c31318ae978cd8c5a74 # Parent e7b1564342e2f78fb2128ee15eb684fe0763a86a (vc-rcs-state): Don't require vc.el. diff -r e7b1564342e2 -r 0adc8142b529 lisp/vc-rcs.el --- 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 -;; $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)