diff options
| -rw-r--r-- | lisp/vc.el | 6 |
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) |