branch: elpa/helm commit a400c1e071cb79085e79cdcafce040a3dc9ba4ae Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Shutup bytecompiler in emacs-31 --- helm-core.el | 1 + helm-sys.el | 2 ++ helm-types.el | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el index 87f10eef7a..3ba0413a54 100644 --- a/helm-core.el +++ b/helm-core.el @@ -45,6 +45,7 @@ (declare-function transient--delete-window "ext:transient" ()) (declare-function transient--preserve-window-p "ext:transient" (&optional nohide)) +(declare-function helm-maybe-show-help-echo "helm-utils") (defvar helm-marked-buffer-name) (defvar display-buffer-function) diff --git a/helm-sys.el b/helm-sys.el index e382bdd313..18c6049220 100644 --- a/helm-sys.el +++ b/helm-sys.el @@ -22,6 +22,8 @@ (require 'helm-help) (require 'helm-utils) +(declare-function helm-comp-read "helm-mode") + (defgroup helm-sys nil "System related helm library." diff --git a/helm-types.el b/helm-types.el index 1de003343f..c7be1efbd0 100644 --- a/helm-types.el +++ b/helm-types.el @@ -31,7 +31,7 @@ (declare-function helm-make-actions "helm-lib") (declare-function helm-ediff-marked-buffers "helm-buffers") (declare-function helm-make-type "helm-source") - +(declare-function helm-marked-candidates "helm-core") ;; Files (defclass helm-type-file (helm-source)