From: Richard M. Stallman Date: Sat, 24 Sep 1994 01:10:23 +0000 (+0000) Subject: (vc-finish-steal): Fix typo in previous change. X-Git-Tag: emacs-19.34~6808 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6242bee463044eeb39ab5bd14c2782d0a2d9b157;p=emacs.git (vc-finish-steal): Fix typo in previous change. --- diff --git a/lisp/vc.el b/lisp/vc.el index 7d6f0212fa1..bebbf92c632 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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)