aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 205bc266d0d..d0f7d773e1d 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1498,7 +1498,7 @@ Return nil if there is no such person."
1498 (vc-do-command 0 "unget" file "-n" (if rev (concat "-r" rev))) 1498 (vc-do-command 0 "unget" file "-n" (if rev (concat "-r" rev)))
1499 (vc-do-command 0 "get" file "-g" (if rev (concat "-r" rev))) 1499 (vc-do-command 0 "get" file "-g" (if rev (concat "-r" rev)))
1500 ) 1500 )
1501 (vc-do-command 0 "rcs" "-M" (concat "-u" rev) (concat "-l" rev) file)) 1501 (vc-do-command 0 "rcs" file "-M" (concat "-u" rev) (concat "-l" rev)))
1502 (vc-file-setprop file 'vc-locking-user (user-login-name)) 1502 (vc-file-setprop file 'vc-locking-user (user-login-name))
1503 (message "Stealing lock on %s...done" file) 1503 (message "Stealing lock on %s...done" file)
1504 ) 1504 )