diff lisp/vc-rcs.el @ 31520:f9d2d484e1e2

* 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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 09 Sep 2000 00:48:41 +0000
parents 18bf0c070870
children a2c432c6b343
line wrap: on
line diff
--- a/lisp/vc-rcs.el	Sat Sep 09 00:18:25 2000 +0000
+++ b/lisp/vc-rcs.el	Sat Sep 09 00:48:41 2000 +0000
@@ -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 @@
 
 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)