]> git.eshelyaron.com Git - emacs.git/commit
New this-command buffer display action alist entry
authorSean Whitton <spwhitton@spwhitton.name>
Thu, 1 May 2025 12:55:56 +0000 (20:55 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 06:53:36 +0000 (08:53 +0200)
commitf45ff8e4f6d58d577ce30e123e99772b0f4b062d
tree0b5fe31e84c776121818c315f52daacfe69a60aa
parent81866bfe9479bc4f4e6daec2bad74da015197362
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.

(cherry picked from commit 343f0c44f35c41b93c66f67da0ddeceb98bbdb93)
doc/lispref/windows.texi
lisp/subr.el
lisp/window.el