Mercurial > emacs
changeset 4281:8407cf00af85
(vc-backend-steal): Pass arg omitted in last change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 25 Jul 1993 22:36:03 +0000 |
parents | fcc66d1d9289 |
children | af81ea5c816e |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))