branch: externals/company
commit 0a1e81d07306dc76d263503f49f9b5bd913801f0
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    company-echo-hide: Do hide any existing message of ours
---
 company.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/company.el b/company.el
index e2d8c44391..bb5b1036d5 100644
--- a/company.el
+++ b/company.el
@@ -4774,8 +4774,7 @@ Delay is determined by `company-tooltip-idle-delay'."
 
 (defun company-echo-hide ()
   (unless (string-empty-p company-echo-last-msg)
-    (setq company-echo-last-msg "")
-    (company-echo-show)))
+    (company-echo-show #'ignore)))
 
 (defun company-echo-frontend (command)
   "`company-mode' frontend showing the candidates in the echo area."

Reply via email to