branch: elpa/helm commit 9caab6c5bbdd54d0ac0b6c51632e3394b43bf164 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Declare helm-get-first-line-documentation --- helm-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-mode.el b/helm-mode.el index fbc4c99a8c..8330b228c4 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -38,6 +38,7 @@ (declare-function helm-lisp-completion-persistent-action "helm-elisp") (declare-function helm-lisp-completion-persistent-help "helm-elisp") (declare-function help--symbol-class "help-fns.el") +(declare-function helm-get-first-line-documentation "helm-elisp") (defgroup helm-mode nil "Enable helm completion."