diff --git a/lisp/vc-dispatcher.el b/lisp/vc-dispatcher.el index bf3da4e..8aa412f 100644 --- a/lisp/vc-dispatcher.el +++ b/lisp/vc-dispatcher.el @@ -604,9 +604,8 @@ the buffer contents as a comment." log-entry)) ;; Remove checkin window (after the checkin so that if that fails ;; we don't zap the log buffer and the typing therein). - ;; -- IMO this should be replaced with quit-window (cond ((and logbuf vc-delete-logbuf-window) - (delete-windows-on logbuf (selected-frame)) + (quit-window t) ;; Kill buffer and delete any other dedicated windows/frames. (kill-buffer logbuf)) (logbuf (pop-to-buffer logbuf)