changeset 1352:a8623439066b

(vc-backend-steal): Delete the workfile after the rcs -M -u.
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Oct 1992 08:59:39 +0000
parents e7bc20e1b2b9
children e5334b44bdab
files lisp/vc.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Tue Oct 06 05:12:54 1992 +0000
+++ b/lisp/vc.el	Tue Oct 06 08:59:39 1992 +0000
@@ -5,7 +5,7 @@
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Version: 4.0
 
-;;	$Id: vc.el,v 1.11 1992/10/05 21:09:26 rms Exp rms $	
+;;	$Id: vc.el,v 1.12 1992/10/05 22:03:53 rms Exp rms $	
 
 ;; This file is part of GNU Emacs.
 
@@ -1103,6 +1103,7 @@
     )
   (progn
     (vc-do-command 0 "rcs" "-M" (concat "-u" rev) file)
+    (delete-file file)
     (vc-do-command 0 "rcs" (concat "-l" rev) file)
     )
   (vc-file-setprop file 'vc-locking-user (user-login-name))