From: Dan Nicolaescu Date: Thu, 11 Oct 2007 23:32:32 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-23.0.90~10412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e8b0a322e0573b4d501fa11be6501bd54fe3a6c;p=emacs.git Fix previous change. --- diff --git a/lisp/vc.el b/lisp/vc.el index 77d85352a77..a0db56ce6d7 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -1480,9 +1480,9 @@ merge in the changes into your working copy." ((stringp state) (let ((revision (if verbose - (read-string "Version to steal: ") - (vc-workfile-version file)))) - (mapc (lambda (file) (vc-steal-lock file version state) files)))) + (read-string "Revision to steal: ") + (vc-working-revision file)))) + (mapc (lambda (file) (vc-steal-lock file revision state) files)))) ;; needs-patch ((eq state 'needs-patch) (dolist (file files)