diff options
Diffstat (limited to 'lisp/vc.el')
| -rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index fe4d6f3cbde..5df2c79b67e 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1493,7 +1493,7 @@ Return nil if there is no such person." (defun vc-backend-steal (file &optional rev) ;; Steal the lock on the current workfile. Needs RCS 5.6.2 or later for -M. (message "Stealing lock on %s..." file) - (vc-backend-dispatch + (vc-backend-dispatch file (progn (vc-do-command 0 "unget" file "-n" (if rev (concat "-r" rev))) (vc-do-command 0 "get" file "-g" (if rev (concat "-r" rev))) |
