Variable: vc-delete-logbuf-window
vc-delete-logbuf-window is a customizable variable defined in
vc-dispatcher.el.gz.
Value
t
Documentation
If non-nil, delete the log buffer and window after each logical action.
If nil, bury that buffer instead. This is most useful if you have multiple windows on a frame and would like to preserve the setting.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/vc-dispatcher.el.gz
(defcustom vc-delete-logbuf-window t
"If non-nil, delete the log buffer and window after each logical action.
If nil, bury that buffer instead.
This is most useful if you have multiple windows on a frame and would like to
preserve the setting."
:type 'boolean
:group 'vc)