diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2018-02-25 16:43:08 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-02-25 21:01:11 +0100 |
| commit | cec6ec72cdb4d94b956bf17c6f60d69b9523b214 (patch) | |
| tree | adf3d5bfe1be0d4d4c1a098b74ae6c99e3310b12 /evil-collection-helm.el | |
| parent | cdfb85186b81fd0d8c00c4d6fbbb9f7e5a8ba8f7 (diff) | |
Silence compiler warningsmark
Diffstat (limited to 'evil-collection-helm.el')
| -rw-r--r-- | evil-collection-helm.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/evil-collection-helm.el b/evil-collection-helm.el index 5f0f286..ca39ca7 100644 --- a/evil-collection-helm.el +++ b/evil-collection-helm.el @@ -41,6 +41,8 @@ (defvar helm-map) (defvar helm-find-files-map) (defvar helm-read-file-map) +(defvar helm-echo-input-in-header-line) +(defvar helm--prompt) ;; From https://github.com/emacs-helm/helm/issues/362. ;; Also see https://emacs.stackexchange.com/questions/17058/change-cursor-type-in-helm-header-line#17097. |
