]> git.eshelyaron.com Git - emacs.git/commit
* lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.
authorJuri Linkov <juri@linkov.net>
Sun, 10 Nov 2019 21:21:46 +0000 (23:21 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 10 Nov 2019 21:21:46 +0000 (23:21 +0200)
commit7e151f5bcfe431c31528743705e6ab56cf8dc220
treea7a44848063b2e0483f57d5eb7d756edc77af137
parent0154e41b184a0b9938fafd9eca15399b4d5e477f
* lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.

* lisp/autorevert.el (auto-revert-handler): Use 'minibuffer-message'
instead of 'message'.  Call it from the original window's buffer
that in case of the minibuffer should be current, so
minibuffer-message could add a message to it.  (Bug#34614)

* lisp/emacs-lisp/ert-x.el (ert--make-message-advice): Add nil to
the list of values to not use for format-message, because
minibuffer-message calls 'message' with nil argument, and tests fail.
lisp/autorevert.el
lisp/emacs-lisp/ert-x.el