]> git.eshelyaron.com Git - emacs.git/commit
New condition/action entry 'category' for 'display-buffer' (bug#69983)
authorJuri Linkov <juri@linkov.net>
Tue, 2 Apr 2024 16:51:51 +0000 (19:51 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 3 Apr 2024 06:47:40 +0000 (08:47 +0200)
commit1542ae7e1c11f7e5fb5456b67d84ff8dba8ec1a3
tree6a55e955753802639b762ba0d92f57842e88fbb3
parent144c2f0ae0842d5484b780e82a8b1e1dc17952aa
New condition/action entry 'category' for 'display-buffer' (bug#69983)

* doc/lispref/windows.texi (Choosing Window): Provide an example
of using '(category . comint)' in the condition of 'display-buffer-alist'
and in the action of 'display-buffer'.
(Buffer Display Action Alists): Add a new action alist entry 'category'.

* lisp/subr.el (buffer-match-p): Add a new condition 'category'.

* lisp/window.el (display-buffer): Document a new action alist entry
'category'.

(cherry picked from commit 9af533dc751e5220a545ca7e15456992cbbfab98)
doc/lispref/windows.texi
etc/NEWS
lisp/subr.el
lisp/window.el