]> git.eshelyaron.com Git - emacs.git/commit
New display action alist entry 'post-command-select-window' (bug#67993)
authorJuri Linkov <juri@linkov.net>
Tue, 16 Jan 2024 16:54:04 +0000 (18:54 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 16 Jan 2024 17:58:47 +0000 (18:58 +0100)
commit73856eda8027db5e4a371498c3ff39219f517c1a
tree72b248116541618cf8544fa91f2de52524b95903
parent4fa0e4051228786955f44db4f427bbb40d5a221f
New display action alist entry 'post-command-select-window' (bug#67993)

* doc/lispref/windows.texi (Buffer Display Action Alists):
Add 'post-command-select-window'.

* lisp/window.el (display-buffer): Add 'post-command-select-window'
to the docstring and handle at the end of function.

(cherry picked from commit 6f75d0f36dd44fa794ed264042bb6edb4d897bec)
doc/lispref/windows.texi
etc/NEWS
lisp/window.el