emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a33d3ae98aa 1/2: Revert "Revert "Don't disable eldoc when doing e


From: Dmitry Gutov
Subject: master a33d3ae98aa 1/2: Revert "Revert "Don't disable eldoc when doing edebug""
Date: Fri, 3 Mar 2023 19:42:57 -0500 (EST)

branch: master
commit a33d3ae98aa9dbea6c8c2b5baed416acb776488e
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]