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:
parent
6460c4009c
commit
92d8844ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue