]> git.eshelyaron.com Git - emacs.git/commit
Allow not clearing the echo area
authorJuri Linkov <juri@linkov.net>
Sat, 23 Apr 2022 15:17:15 +0000 (17:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 23 Apr 2022 15:17:15 +0000 (17:17 +0200)
commit164a7ebdbc7a28bdfb684101f9bbe3b1e67b825b
treeb5744d6303890dd6a515c46443d82e41e5f1a035
parent655b39bd4b8977cdcaa063d51b6651d2ab177f54
Allow not clearing the echo area

* doc/lispref/display.texi (Displaying Messages): Document it.
* lisp/minibuffer.el (clear-minibuffer-message): Return nil.

* src/xdisp.c (clear_message): Respect the dont-clear-message
value.
doc/lispref/display.texi
etc/NEWS
lisp/minibuffer.el
src/xdisp.c