From 92d8844ebed3a174abad28bceede2a45fced32d5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 3 Apr 2000 21:20:05 +0000 Subject: [PATCH] (compile-internal): Display the compilation buffer in a different frame, if it's already displayed there. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index b3321baba99..db6be787c57 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) -- 2.39.5