]> git.eshelyaron.com Git - emacs.git/commit
Allow redirecting `message' output to a different buffer
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 29 Jan 2022 16:23:48 +0000 (17:23 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 29 Jan 2022 16:24:49 +0000 (17:24 +0100)
commit43a5f22857e3d41ef50068d0b61c32d92fb30ef0
treea7dc47eaa49b41886be8b0c0eecea0b0d846021d
parentbddd9c5f686cd5707fe395bba68c32baf4698cb9
Allow redirecting `message' output to a different buffer

* doc/lispref/display.texi (Logging Messages): Document it.
* src/xdisp.c (message_dolog): Add sanity checking.
(syms_of_xdisp): Make Vmessages_buffer_name into a defvar
(bug#27170).
doc/lispref/display.texi
etc/NEWS
src/xdisp.c
test/src/xdisp-tests.el