1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(vc-finish-logentry): Use delete-windows-on.

This commit is contained in:
Richard M. Stallman 1993-05-29 03:47:48 +00:00
parent 077cc1d53c
commit 4c33756c1b

View File

@ -622,8 +622,7 @@ See `vc-update-change-log'."
(error "No log operation is pending."))
;; Return to "parent" buffer of this checkin and remove checkin window
(pop-to-buffer vc-parent-buffer)
(vc-error-occurred
(delete-window (get-buffer-window "*VC-log*")))
(delete-windows-on (get-buffer "*VC-log*"))
(kill-buffer "*VC-log*")
;; Now make sure we see the expanded headers
(if buffer-file-name