]> git.eshelyaron.com Git - emacs.git/commit
Add new macro `with-delayed-message'
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Oct 2021 20:20:19 +0000 (22:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 24 Oct 2021 20:21:19 +0000 (22:21 +0200)
commitc2055d41b4b145aa940ce940adc1a3fabfe87a6b
tree1f48428b7a9ff967f5943413e4024602a6ef7ca2
parent374f14fb9936d2b8fb30a123457ff4b12160f5f3
Add new macro `with-delayed-message'

* doc/lispref/display.texi (Progress): Document it.
* lisp/subr.el (with-delayed-message): New macro.

* src/eval.c (with_delayed_message_display)
(with_delayed_message_cancel): Helper functions.
(Ffuncall_with_delayed_message): New function (bug#19776).
doc/lispref/display.texi
etc/NEWS
lisp/subr.el
src/eval.c