[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-rcs.el
From: |
Andre Spiegel |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-rcs.el |
Date: |
Wed, 04 Sep 2002 16:49:35 -0400 |
Index: emacs/lisp/vc-rcs.el
diff -c emacs/lisp/vc-rcs.el:1.25 emacs/lisp/vc-rcs.el:1.26
*** emacs/lisp/vc-rcs.el:1.25 Fri Jul 19 09:27:44 2002
--- emacs/lisp/vc-rcs.el Wed Sep 4 16:49:35 2002
***************
*** 5,11 ****
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <address@hidden>
! ;; $Id: vc-rcs.el,v 1.25 2002/07/19 13:27:44 spiegel Exp $
;; This file is part of GNU Emacs.
--- 5,11 ----
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <address@hidden>
! ;; $Id: vc-rcs.el,v 1.26 2002/09/04 20:49:35 spiegel Exp $
;; This file is part of GNU Emacs.
***************
*** 116,122 ****
'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)
--- 116,121 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/vc-rcs.el,
Andre Spiegel <=