branch: elpa/helm
commit e2fa11521fae7d4e428dd718750f618bb9f78550
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Remove popup require
---
 helm-utils.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helm-utils.el b/helm-utils.el
index 24e8e04a94..7f395054cc 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -1058,7 +1058,6 @@ Assume regexp is a pcre based regexp."
 (define-minor-mode helm-popup-tip-mode
     "Show help-echo informations in a popup tip at end of line."
   :global t
-  (require 'popup)
   (if helm-popup-tip-mode
       (progn
         (add-hook 'helm-move-selection-after-hook 'helm-maybe-show-help-echo)

Reply via email to