# HG changeset patch # User Richard M. Stallman # Date 743639763 0 # Node ID 8407cf00af85e8345c0f8691028d02988f791cce # Parent fcc66d1d9289174dc1897c40b7a2ae933907526b (vc-backend-steal): Pass arg omitted in last change. diff -r fcc66d1d9289 -r 8407cf00af85 lisp/vc.el --- a/lisp/vc.el Sun Jul 25 22:32:07 1993 +0000 +++ b/lisp/vc.el Sun Jul 25 22:36:03 1993 +0000 @@ -1493,7 +1493,7 @@ (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)))