]> git.eshelyaron.com Git - emacs.git/commit
Prevent ElDoc blinking when eldoc-documentation-enthusiast is used
authorJoão Távora <joaotavora@gmail.com>
Sat, 29 Aug 2020 13:28:54 +0000 (14:28 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 29 Aug 2020 13:29:22 +0000 (14:29 +0100)
commitc7e297e90669dfa7f77eb4eb2b5c846f90fa0b23
tree3e199ec8f220d9c67e561d5c13227899e2c2fcb6
parentf8484f668340a753936a517e59d2307b1abd375a
Prevent ElDoc blinking when eldoc-documentation-enthusiast is used

This eldoc-documentation-strategy function didn't always obey protocol
since it returned nil sometimes, which the eldoc engine took it as a
hint for the "old" protocol to clear the echo area.

* lisp/emacs-lisp/eldoc.el (eldoc-documentation-enthusiast):
Return t.
(Version): Bump to 1.9.0
lisp/emacs-lisp/eldoc.el