aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-04-20 18:04:19 +0800
committerChong Yidong2012-04-20 18:04:19 +0800
commitde6ff46dce80a715d46c34ff46f01a28afb63db9 (patch)
tree2c75ba401e4b3bbc3079eddedac99ffaac083e54 /etc
parentc07a4c0b599e0debfb10acdf02ac6559b998a88a (diff)
downloademacs-de6ff46dce80a715d46c34ff46f01a28afb63db9.tar.gz
emacs-de6ff46dce80a715d46c34ff46f01a28afb63db9.zip
* lisp/server.el (server-execute): Respect initial-buffer-choice
if it is a string and there are no files to open. (server-create-window-system-frame, server-create-tty-frame): Don't switch buffers here. Fixes: debbugs:2825
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 16b9f75c503..b2c487ba15b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -53,6 +53,10 @@ automatically when setting `imagemagick-types-inhibit'.
53*** Setting `imagemagick-types-inhibit' to t now disables the use of 53*** Setting `imagemagick-types-inhibit' to t now disables the use of
54ImageMagick to view images, set 54ImageMagick to view images, set
55 55
56** String values for `initial-buffer-choice' also apply to emacsclient
57frames, if emacsclient is only told to open a new frame without
58specifying any file to visit or expression to evaluate.
59
56 60
57* Editing Changes in Emacs 24.2 61* Editing Changes in Emacs 24.2
58 62