mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Remove spurious display-buffer call in eldoc--echo-area-substring
* lisp/emacs-lisp/eldoc.el (eldoc--echo-area-substring): Remove spurious display-buffer call.
This commit is contained in:
parent
16db4323a2
commit
2563620303
1 changed files with 0 additions and 1 deletions
|
|
@ -486,7 +486,6 @@ This holds the results of the last documentation request."
|
|||
(defun eldoc--echo-area-substring (available)
|
||||
"Given AVAILABLE lines, get buffer substring to display in echo area.
|
||||
Helper for `eldoc-display-in-echo-area'."
|
||||
(display-buffer (current-buffer))
|
||||
(let ((start (prog1 (progn
|
||||
(goto-char (point-min))
|
||||
(skip-chars-forward " \t\n")
|
||||
|
|
|
|||
Loading…
Reference in a new issue