comparison lisp/vc.el @ 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 8aae61dee4df
comparison
equal deleted inserted replaced
9045:989c8e13c115 9046:09fb6d81f449
610 ;; This is called when the notification has been sent. 610 ;; This is called when the notification has been sent.
611 (defun vc-finish-steal (file version) 611 (defun vc-finish-steal (file version)
612 (vc-backend-steal file version) 612 (vc-backend-steal file version)
613 (if (get-file-buffer file) 613 (if (get-file-buffer file)
614 (save-excursion 614 (save-excursion
615 (set-buffer (get-buffer-file file)) 615 (set-buffer (get-file-buffer file))
616 (vc-resynch-window file t t)))) 616 (vc-resynch-window file t t))))
617 617
618 (defun vc-checkin (file &optional rev comment) 618 (defun vc-checkin (file &optional rev comment)
619 "Check in the file specified by FILE. 619 "Check in the file specified by FILE.
620 The optional argument REV may be a string specifying the new version level 620 The optional argument REV may be a string specifying the new version level