From 6242bee463044eeb39ab5bd14c2782d0a2d9b157 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 01:10:23 +0000 Subject: [PATCH] (vc-finish-steal): Fix typo in previous change. --- lisp/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5