aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-10-11 23:32:32 +0000
committerDan Nicolaescu2007-10-11 23:32:32 +0000
commit5e8b0a322e0573b4d501fa11be6501bd54fe3a6c (patch)
tree513a178f4aca13866c961f3eae9e2a042d7b628a
parentf509e245556130718af0e18be54ca194ee0b5430 (diff)
downloademacs-5e8b0a322e0573b4d501fa11be6501bd54fe3a6c.tar.gz
emacs-5e8b0a322e0573b4d501fa11be6501bd54fe3a6c.zip
Fix previous change.
-rw-r--r--lisp/vc.el6
1 files changed, 3 insertions, 3 deletions
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."
1480 ((stringp state) 1480 ((stringp state)
1481 (let ((revision 1481 (let ((revision
1482 (if verbose 1482 (if verbose
1483 (read-string "Version to steal: ") 1483 (read-string "Revision to steal: ")
1484 (vc-workfile-version file)))) 1484 (vc-working-revision file))))
1485 (mapc (lambda (file) (vc-steal-lock file version state) files)))) 1485 (mapc (lambda (file) (vc-steal-lock file revision state) files))))
1486 ;; needs-patch 1486 ;; needs-patch
1487 ((eq state 'needs-patch) 1487 ((eq state 'needs-patch)
1488 (dolist (file files) 1488 (dolist (file files)