From 92d8844ebed3a174abad28bceede2a45fced32d5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 3 Apr 2000 21:20:05 +0000 Subject: (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(-) (limited to 'lisp/progmodes') 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) -- cgit v1.2.3