branch: externals/elpa commit 8c9219d5dd7bdc329704953f9b34cdaeb23a70e1 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Unbreak tests after changes to eldoc.el Related to #505. * eglot-tests.el (eglot--eldoc-on-demand): Don't rely on gone eldoc-display-message-p. --- eglot-tests.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eglot-tests.el b/eglot-tests.el index 4730ee7..86d2f0c 100644 --- a/eglot-tests.el +++ b/eglot-tests.el @@ -423,8 +423,7 @@ Pass TIMEOUT to `eglot--with-timeout'." (defun eglot--eldoc-on-demand () ;; Trick Eldoc 1.1.0 into accepting on-demand calls. (let ((this-command nil) (last-command 'forward-char)) - (should (eldoc-display-message-p)) - (eldoc))) + (should (eldoc)))) (defun eglot--tests-force-full-eldoc () (let ((origin (current-buffer)))