summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2023-03-04 02:27:35 +0200
committerDmitry Gutov <dgutov@yandex.ru>2023-03-04 02:27:35 +0200
commita33d3ae98aa9dbea6c8c2b5baed416acb776488e (patch)
tree602f797f3f8eccccefa3c3b2dceb9d93a21d5a1e /lisp/emacs-lisp/eldoc.el
parent7f740b87d8d18a64f578837096f5faf7c9e26ad8 (diff)
downloademacs-a33d3ae98aa9dbea6c8c2b5baed416acb776488e.tar.gz
Revert "Revert "Don't disable eldoc when doing edebug""
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r--lisp/emacs-lisp/eldoc.el1
1 files changed, 0 insertions, 1 deletions
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.