1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 01:05:39 -08:00

(compile-internal): Display the compilation

buffer in a different frame, if it's already displayed there.
This commit is contained in:
Gerd Moellmann 2000-04-03 21:20:05 +00:00
parent 6460c4009c
commit 92d8844ebe

View file

@ -764,7 +764,7 @@ Returns the compilation buffer created."
(if (eq outbuf (current-buffer))
(goto-char (point-max)))
;; Pop up the compilation buffer.
(setq outwin (display-buffer outbuf))
(setq outwin (display-buffer outbuf nil t))
(save-excursion
(set-buffer outbuf)
(compilation-mode name-of-mode)