aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2013-12-03 03:19:24 +0200
committerJuri Linkov2013-12-03 03:19:24 +0200
commit9139632a34c396ccd1677e86f3e4e870c025b2e3 (patch)
tree6672484db971db00eed7abbc83f9b7f4d88ffc0e /etc
parent370f7655945c5f91bc3a4e57d671eb9d20856e29 (diff)
downloademacs-9139632a34c396ccd1677e86f3e4e870c025b2e3.tar.gz
emacs-9139632a34c396ccd1677e86f3e4e870c025b2e3.zip
* lisp/window.el (display-buffer-no-window): New action function.
(display-buffer-alist, display-buffer): Doc fix. (Bug#13594) * lisp/simple.el (shell-command): Add window alist entry `allow-no-window' to `display-buffer'. (async-shell-command): Doc fix. * lisp/progmodes/compile.el (compilation-start): Rename window alist entry `no-display-ok' to `allow-no-window'. * doc/lispref/windows.texi (Choosing Window): Rename `no-display-ok' to `allow-no-window'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1f050c6b975..679a724f046 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1848,9 +1848,12 @@ reused.
1848*** New option `switch-to-buffer-preserve-window-point' to restore a 1848*** New option `switch-to-buffer-preserve-window-point' to restore a
1849window's point when switching buffers. 1849window's point when switching buffers.
1850 1850
1851*** New display action alist entry `no-display-ok' to indicate the 1851*** New display action function `display-buffer-no-window' to not
1852display the buffer in a window.
1853
1854*** New display action alist entry `allow-no-window' to indicate the
1852caller of `display-buffer' is ready to handle the case of not 1855caller of `display-buffer' is ready to handle the case of not
1853displaying the buffer. 1856displaying the buffer in a window.
1854 1857
1855*** New display action alist entries `window-height' and `window-width' 1858*** New display action alist entries `window-height' and `window-width'
1856specify the size of new windows created by `display-buffer'. 1859specify the size of new windows created by `display-buffer'.