]> git.eshelyaron.com Git - emacs.git/commit
Fix use of 'display-buffer-alist' for Info buffers
authorMartin Rudalics <rudalics@gmx.at>
Wed, 3 Jan 2024 10:35:25 +0000 (11:35 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 6 Jan 2024 16:17:49 +0000 (17:17 +0100)
commit0900bf9bf56326878b34f667454e06d238303342
tree92b2630986bae8e727f61ff4e1bed740866ec527
parentedc4086f488da9f9e48f52f1288c457a70ae2c61
Fix use of 'display-buffer-alist' for Info buffers

* lisp/info.el (info-pop-to-buffer): New function.
(info-other-window, info, Info-find-node, Info-revert-find-node)
(Info-next, Info-prev, Info-up, info-display-manual): Call
'info-pop-to-buffer'.  (Bug#68081)

(cherry picked from commit d3a4fe5694f7bd1a09546d67d2cddc0f444d41ca)
lisp/info.el