From: Gerd Moellmann Date: Mon, 3 Apr 2000 21:20:05 +0000 (+0000) Subject: (compile-internal): Display the compilation X-Git-Tag: emacs-pretest-21.0.90~4335 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92d8844ebed3a174abad28bceede2a45fced32d5;p=emacs.git (compile-internal): Display the compilation buffer in a different frame, if it's already displayed there. --- 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)