From fcc4a4d24653e5836f98be1dcb06f0c845272850 Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Fri, 30 Mar 2018 19:11:09 -0700 Subject: [PATCH] Helm: Fix warning --- evil-collection-helm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/evil-collection-helm.el b/evil-collection-helm.el index a6b282f..1cd5cb4 100644 --- a/evil-collection-helm.el +++ b/evil-collection-helm.el @@ -45,6 +45,7 @@ (defvar helm--prompt) (defvar helm--action-prompt) (defvar helm-header-line-space-before-prompt) +(defvar helm-default-prompt-display-function) (declare-function helm-window "helm-lib")