mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix minibuffer-message NEWS entry.
This commit is contained in:
parent
88d787d97c
commit
b9bfe461b2
1 changed files with 1 additions and 1 deletions
2
etc/NEWS
2
etc/NEWS
|
|
@ -3921,7 +3921,7 @@ the display of messages and the clearing of the echo area, such as
|
|||
caused by calling 'message' with a nil argument.
|
||||
|
||||
---
|
||||
** 'minibuffer-message' no longer blocks while displaying message
|
||||
** 'minibuffer-message' no longer blocks while displaying message.
|
||||
'minibuffer-message' now uses a timer to clear the message printed to
|
||||
the minibuffer, instead of waiting with 'sit-for' and then clearing it.
|
||||
This makes 'minibuffer-message' usable in Lisp programs which want to
|
||||
|
|
|
|||
Loading…
Reference in a new issue