Skip to content

Commit

Permalink
Do not display message when loading eldoc (#4449)
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 6, 2024
1 parent b27d9db commit 74a6071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-mode.el
Expand Up @@ -4088,7 +4088,7 @@ yet."
(defvar eldoc-documentation-default) ; CI
(when (< emacs-major-version 28)
(unless (boundp 'eldoc-documentation-functions)
(load "eldoc"))
(load "eldoc" nil 'nomessage))
(when (memq (default-value 'eldoc-documentation-function) '(nil ignore))
;; actually `eldoc-documentation-strategy', but CI was failing
(setq-default eldoc-documentation-function 'eldoc-documentation-default)))
Expand Down

0 comments on commit 74a6071

Please sign in to comment.