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:
parent
077cc1d53c
commit
4c33756c1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user