From 2563620303fa5cf7abd9b95fa9ed69e6b8a52e12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 5 Oct 2020 00:24:54 +0100 Subject: [PATCH] Remove spurious display-buffer call in eldoc--echo-area-substring * lisp/emacs-lisp/eldoc.el (eldoc--echo-area-substring): Remove spurious display-buffer call. --- 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 89fc93c6154..4c8d8222ea5 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -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") -- 2.39.5