aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-19 02:54:53 +0000
committerGlenn Morris2007-12-19 02:54:53 +0000
commitc34dc850cedfae203930643fcef7a8f39e0aed09 (patch)
tree9c9dff23946bfcaf750df3ab19ca5b909465b694
parent541cbf8b1c891f9619b93a5e2ef4ee88bc5966bf (diff)
downloademacs-c34dc850cedfae203930643fcef7a8f39e0aed09.tar.gz
emacs-c34dc850cedfae203930643fcef7a8f39e0aed09.zip
John J Foerch <jjfoerch at earthlink.net> (tiny change)
(compilation-start): Don't pass a FRAME argument to display-buffer.
-rw-r--r--lisp/progmodes/compile.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index b4148c59b49..9a7b3eb5c08 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1168,7 +1168,8 @@ Returns the compilation buffer created."
1168 (if (eq outbuf (current-buffer)) 1168 (if (eq outbuf (current-buffer))
1169 (goto-char (point-max))) 1169 (goto-char (point-max)))
1170 ;; Pop up the compilation buffer. 1170 ;; Pop up the compilation buffer.
1171 (setq outwin (display-buffer outbuf nil t)) 1171 ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01638.html
1172 (setq outwin (display-buffer outbuf))
1172 (with-current-buffer outbuf 1173 (with-current-buffer outbuf
1173 (let ((process-environment 1174 (let ((process-environment
1174 (append 1175 (append