aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-04-03 21:20:05 +0000
committerGerd Moellmann <[email protected]>2000-04-03 21:20:05 +0000
commit92d8844ebed3a174abad28bceede2a45fced32d5 (patch)
treeff6428df75c72ba6d063e52c3cf387a656925635 /lisp/progmodes
parent6460c4009c70b6b15ff60d2afd33736df1254efb (diff)
(compile-internal): Display the compilation
buffer in a different frame, if it's already displayed there.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index b3321baba9..db6be787c5 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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)