From: Richard M. Stallman Date: Sun, 25 Jul 1993 22:36:03 +0000 (+0000) Subject: (vc-backend-steal): Pass arg omitted in last change. X-Git-Tag: emacs-19.34~11570 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af1b8606a799b1514c180ce601b27ac13da6304b;p=emacs.git (vc-backend-steal): Pass arg omitted in last change. --- 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)))