projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
541cbf8
)
John J Foerch <jjfoerch at earthlink.net> (tiny change)
author
Glenn Morris
<rgm@gnu.org>
Wed, 19 Dec 2007 02:54:53 +0000
(
02:54
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 19 Dec 2007 02:54:53 +0000
(
02:54
+0000)
(compilation-start): Don't pass a FRAME argument to display-buffer.
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index b4148c59b4989c733ed0fa80e1d44dcc849b9a8a..9a7b3eb5c084f18cd60f8c8ee67cb1d4d863ca5d 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-1168,7
+1168,8
@@
Returns the compilation buffer created."
(if (eq outbuf (current-buffer))
(goto-char (point-max)))
;; Pop up the compilation buffer.
- (setq outwin (display-buffer outbuf nil t))
+ ;; http://lists.gnu.org/archive/html/emacs-devel/2007-11/msg01638.html
+ (setq outwin (display-buffer outbuf))
(with-current-buffer outbuf
(let ((process-environment
(append