From: Dmitry Gutov Date: Mon, 3 Jun 2013 23:16:34 +0000 (+0400) Subject: Fix #24, take three X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/f6e5180bb1ac5c873885149325e1c63202a26f45 Fix #24, take three --- diff --git a/company.el b/company.el index 39a3a17c2..46f7c8f49 100644 --- a/company.el +++ b/company.el @@ -1845,6 +1845,7 @@ Returns a negative number if the tooltip should be displayed above point." (defun company-pseudo-tooltip-hide-temporarily () (when (overlayp company-pseudo-tooltip-overlay) (overlay-put company-pseudo-tooltip-overlay 'invisible nil) + (overlay-put company-pseudo-tooltip-overlay 'line-prefix nil) (overlay-put company-pseudo-tooltip-overlay 'before-string nil))) (defun company-pseudo-tooltip-unhide ()