changeset 9046:09fb6d81f449

(vc-finish-steal): Fix typo in previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 01:10:23 +0000
parents 989c8e13c115
children 122d7c1a868b
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Sat Sep 24 01:08:40 1994 +0000
+++ b/lisp/vc.el	Sat Sep 24 01:10:23 1994 +0000
@@ -612,7 +612,7 @@
   (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)