Skip to content

Commit

Permalink
Hide pos-tip when completion menu closes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutov authored and Tomohiro Matsuyama committed Jan 11, 2011
1 parent 7f8efe8 commit 83316b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto-complete.el
Expand Up @@ -1264,6 +1264,8 @@ that have been made before in this function."
:nowait t))))

(defun ac-remove-quick-help ()
(when (ac-quick-help-use-pos-tip-p)
(pos-tip-hide))
(when ac-quick-help
(popup-delete ac-quick-help)
(setq ac-quick-help nil)))
Expand Down

0 comments on commit 83316b7

Please sign in to comment.