(vc-finish-steal): Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 01:10:23 +0000 (01:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 01:10:23 +0000 (01:10 +0000)
lisp/vc.el

index 7d6f021..bebbf92 100644 (file)
@@ -612,7 +612,7 @@ level to check it in under.  COMMENT, if specified, is the checkin comment."
   (vc-backend-steal file version)
   (if (get-file-buffer file)
       (save-excursion
-       (set-buffer (get-buffer-file file))
+       (set-buffer (get-file-buffer file))
        (vc-resynch-window file t t))))
 
 (defun vc-checkin (file &optional rev comment)