From a33d3ae98aa9dbea6c8c2b5baed416acb776488e Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 4 Mar 2023 02:27:35 +0200 Subject: [PATCH] Revert "Revert "Don't disable eldoc when doing edebug"" This reverts commit 99df815c153265706edc839b7467fb3ae3b6e1b1. --- lisp/emacs-lisp/eldoc.el | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.2