From: Dmitry Gutov Date: Sat, 4 Mar 2023 00:27:35 +0000 (+0200) Subject: Revert "Revert "Don't disable eldoc when doing edebug"" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a33d3ae98aa9dbea6c8c2b5baed416acb776488e;p=emacs.git Revert "Revert "Don't disable eldoc when doing edebug"" This reverts commit 99df815c153265706edc839b7467fb3ae3b6e1b1. --- diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index a175edcc671..83948ad00d4 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -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.