diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-09-09 00:48:41 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-09-09 00:48:41 +0000 |
commit | bd7ba9face03e8c28f4c8dc2ec3b0d3daee81650 (patch) | |
tree | f7fe9ffb9792b4ca12344a31436a1631a3ae9972 /lisp/vc-rcs.el | |
parent | 84fbb60f23356c06ed343727a3ca3e96d65f797b (diff) | |
download | emacs-bd7ba9face03e8c28f4c8dc2ec3b0d3daee81650.tar.gz |
* vc-sccs.el (vc-sccs-register):
* vc-rcs.el (vc-rcs-register):
* vc-cvs.el (vc-cvs-register): Don't clear file's properties.
* vc.el (vc-register): Clear file's properties.
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 5856d089e4c..2cc42744dc4 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.2 2000/09/05 20:08:21 monnier Exp $ +;; $Id: vc-rcs.el,v 1.3 2000/09/07 20:02:38 fx Exp $ ;; This file is part of GNU Emacs. @@ -637,7 +637,6 @@ the RCS command (in that order). Automatically retrieve a read-only version of the file with keywords expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile." - (vc-file-clearprops file) (let ((subdir (expand-file-name "RCS" (file-name-directory file))) (switches (list (if (stringp vc-register-switches) |