# HG changeset patch # User Richard M. Stallman # Date 718361979 0 # Node ID a8623439066b3a1afe67185690de140a1167e441 # Parent e7bc20e1b2b9820c19821c242bbbdbea11255453 (vc-backend-steal): Delete the workfile after the rcs -M -u. diff -r e7bc20e1b2b9 -r a8623439066b lisp/vc.el --- 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 ;; 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))