Mercurial > emacs
changeset 4684:23b11c3b86b3
(vc-backend-steal): Fix typo when invoking the 'rcs' command
to steal the lock.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Wed, 08 Sep 1993 19:06:01 +0000 |
parents | 6a5197116086 |
children | 3bf9019e5c39 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Wed Sep 08 17:53:49 1993 +0000 +++ b/lisp/vc.el Wed Sep 08 19:06:01 1993 +0000 @@ -1498,7 +1498,7 @@ (vc-do-command 0 "unget" file "-n" (if rev (concat "-r" rev))) (vc-do-command 0 "get" file "-g" (if rev (concat "-r" rev))) ) - (vc-do-command 0 "rcs" "-M" (concat "-u" rev) (concat "-l" rev) file)) + (vc-do-command 0 "rcs" file "-M" (concat "-u" rev) (concat "-l" rev))) (vc-file-setprop file 'vc-locking-user (user-login-name)) (message "Stealing lock on %s...done" file) )