branch: elpa/helm commit 1ba7b39fbbf1e057964b4be4431ea49524e432ad Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix some compiler warnings --- helm-misc.el | 2 ++ helm-occur.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helm-misc.el b/helm-misc.el index c39429cf9b..251ce4eae0 100644 --- a/helm-misc.el +++ b/helm-misc.el @@ -29,6 +29,8 @@ (declare-function helm-comp-read "helm-mode") (declare-function outline-back-to-heading "outline.el") (declare-function outline-end-of-heading "outline.el") +(declare-function helm-goto-char "helm-utils") +(declare-function helm-highlight-current-line "helm-utils") (defgroup helm-misc nil diff --git a/helm-occur.el b/helm-occur.el index 7767b62611..9717093ab5 100644 --- a/helm-occur.el +++ b/helm-occur.el @@ -27,6 +27,8 @@ (declare-function helm-buffer-list "helm-buffers") (declare-function helm-grep-split-line "helm-grep") (declare-function helm-grep-highlight-match "helm-grep") +(declare-function helm-grep-ag-1 "helm-grep") +(declare-function helm-grep--ag-command "helm-grep") (declare-function helm-comp-read "helm-mode") (defvar helm-current-error)