Revert "Revert "Don't disable eldoc when doing edebug""

This reverts commit 99df815c15.
This commit is contained in:
Dmitry Gutov 2023-03-04 02:27:35 +02:00
parent 7f740b87d8
commit a33d3ae98a

View file

@ -388,7 +388,6 @@ Also store it in `eldoc-last-message' and return that value."
(defun eldoc-display-message-no-interference-p ()
"Return nil if displaying a message would cause interference."
(not (or executing-kbd-macro
(bound-and-true-p edebug-active)
;; The following configuration shows "Matches..." in the
;; echo area when point is after a closing bracket, which
;; conflicts with eldoc.