]> git.eshelyaron.com Git - emacs.git/commit
Fix point adjustment in recreated *Messages* buffers
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Aug 2022 13:52:07 +0000 (16:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Aug 2022 13:52:07 +0000 (16:52 +0300)
commit6f57cb6d8141e35fee39ea31f08d4ce5cf6c51e5
tree95d8b1f41fe33b45f44742be2459434286918acb
parent5cae71834bd55e0bf90689b12b801206ee8c9da9
Fix point adjustment in recreated *Messages* buffers

* lisp/startup.el (normal-top-level): Move setting of
'window-point-insertion-type' from here...
* lisp/simple.el (messages-buffer-mode): ...to here.  This is so
any *Messages* buffers we create instead of the original one, if
it's killed, will have the same type of the window-point marker.
(Bug#57466)
lisp/simple.el
lisp/startup.el