]> git.eshelyaron.com Git - emacs.git/commit
* lisp/subr.el: Add discard-input to more functions.
authorJuri Linkov <juri@linkov.net>
Sat, 30 Nov 2019 21:33:41 +0000 (23:33 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 30 Nov 2019 21:33:41 +0000 (23:33 +0200)
commit54c792ece6c20297571aa68c613075c8a8152bcc
tree0240d377af99d9cd709796b3fe9ed4f7351d07cb
parent757e66afdc1cd4f0a261d368cafd5009e04084a4
* lisp/subr.el: Add discard-input to more functions.

* lisp/subr.el (read-char-from-minibuffer-insert-other)
(y-or-n-p-insert-other): Use discard-input in case of user mistake.
(do-after-load-evaluation): Add discard-input before calling 'message',
so in case of the active minibuffer, calling minibuffer-message will allow
sit-for to wait the complete timeout, because discard-input will discard
all initial events that prevent sit-for from waiting during startup.
https://lists.gnu.org/archive/html/emacs-devel/2019-11/msg00581.html
lisp/subr.el