aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSean Whitton2025-05-01 20:55:56 +0800
committerSean Whitton2025-05-01 20:56:36 +0800
commit343f0c44f35c41b93c66f67da0ddeceb98bbdb93 (patch)
treec6956895b0e97c3d99877ee0f9cf9eae7c27457f /etc
parent7ae86074231159647d9bcb579dc5ea5a569acf0d (diff)
downloademacs-343f0c44f35c41b93c66f67da0ddeceb98bbdb93.tar.gz
emacs-343f0c44f35c41b93c66f67da0ddeceb98bbdb93.zip
New this-command buffer display action alist entry
* lisp/subr.el (buffer-match-p): New this-command cons cell condition to implement new this-command buffer display action alist entry (bug#78082). * lisp/window.el (display-buffer): * doc/lispref/windows.texi (Buffer Display Action Alists): * etc/NEWS: Document the new buffer display action alist entry.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e080d8ed3a2..6fa979a2785 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -312,6 +312,11 @@ When bound to non-nil, 'window-state-get' will normalize 'uniquify'
312managed buffer names by removing 'uniquify' prefixes and suffixes. This 312managed buffer names by removing 'uniquify' prefixes and suffixes. This
313helps to restore window buffers across Emacs sessions. 313helps to restore window buffers across Emacs sessions.
314 314
315+++
316*** New action alist entry 'this-command' for 'display-buffer'.
317You can use this in 'display-buffer-alist' to match buffers displayed
318during the execution of particular commands.
319
315** Frames 320** Frames
316 321
317+++ 322+++