From af1b8606a799b1514c180ce601b27ac13da6304b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Jul 1993 22:36:03 +0000 Subject: [PATCH] (vc-backend-steal): Pass arg omitted in last change. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5