]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-backend-steal): Pass arg omitted in last change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 22:36:03 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Jul 1993 22:36:03 +0000 (22:36 +0000)
lisp/vc.el

index fe4d6f3cbdec3b98283b8a14bd8fe865d7a7de87..5df2c79b67e7af64a427afa221fe25b1cfafc725 100644 (file)
@@ -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)))