mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(vc-backend-steal): Fix typo when invoking the 'rcs' command
to steal the lock.
This commit is contained in:
parent
61c3ce6288
commit
fd6217ac0c
1 changed files with 1 additions and 1 deletions
|
|
@ -1498,7 +1498,7 @@ Return nil if there is no such person."
|
|||
(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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue