summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index d72e2a55d24..ef22dd75d90 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -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 @@ Return nil if there is no such person."
)
(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))