diff lisp/progmodes/compile.el @ 28495:6452df59183b

(compile-internal): Display the compilation buffer in a different frame, if it's already displayed there.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Apr 2000 21:20:05 +0000
parents 5d153e0fe112
children 3d4074eb27ed
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Apr 03 20:54:40 2000 +0000
+++ b/lisp/progmodes/compile.el	Mon Apr 03 21:20:05 2000 +0000
@@ -764,7 +764,7 @@
       (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)