]> git.eshelyaron.com Git - emacs.git/commit
Display Info buffer after ensuring it contains text
authorJoseph Turner <joseph@breatheoutbreathe.in>
Sat, 6 Apr 2024 01:32:36 +0000 (18:32 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 17:07:42 +0000 (19:07 +0200)
commitd5d81d51087390cc67bb071e8a4a16487a084223
tree568e7c39754175e4b1f873b500a631b63de3f7a1
parent2cf9f5a15334ee08564eb9389cc3beeccf8618ad
Display Info buffer after ensuring it contains text

* lisp/info.el (info-pop-to-buffer): Move display of Info buffer
to a later stage after its text contents is ready to display.
This helps to use fit-window-to-buffer in display-buffer-alist (bug#70213).

(cherry picked from commit 21775a936bd3838adaae38bd5c5ec776434736c1)
lisp/info.el