diff options
author | Yuuki Harano <masm+github@masm11.me> | 2020-12-21 01:53:07 +0900 |
---|---|---|
committer | Yuuki Harano <masm+github@masm11.me> | 2020-12-21 01:53:07 +0900 |
commit | 565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42 (patch) | |
tree | 5a25406b9f4ff091cb6856e857d2857bb3e631e4 /lisp/emacs-lisp/eldoc.el | |
parent | a44cd7c88121bb0e04bdf13d73e15f085cf3b085 (diff) | |
parent | 87b82a1969edf80d3bd4781454ec9fc968773a6d (diff) | |
download | emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.tar.gz emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.tar.bz2 emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r-- | lisp/emacs-lisp/eldoc.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 6a976841038..c9d5521e502 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -867,11 +867,7 @@ the docstrings eventually produced, using eldoc--last-request-state)) (let ((non-essential t)) (setq eldoc--last-request-state token) - ;; Only keep looking for the info as long as the user hasn't - ;; requested our attention. This also locally disables - ;; inhibit-quit. - (while-no-input - (eldoc--invoke-strategy nil))))))) + (eldoc--invoke-strategy nil)))))) ;; This section only affects ElDoc output to the echo area, as in |