]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Revert "Don't disable eldoc when doing edebug""
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 4 Mar 2023 00:27:35 +0000 (02:27 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 4 Mar 2023 00:27:35 +0000 (02:27 +0200)
This reverts commit 99df815c153265706edc839b7467fb3ae3b6e1b1.

lisp/emacs-lisp/eldoc.el

index a175edcc671ff7035166f78f221b9e17e095ab54..83948ad00d4d36b77b02a8c5f09d55940e4715fe 100644 (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.