branch: externals/cpupower commit 3824c2aae49c687579de9eb434820b6b66651b6a Author: smeister <smeis...@awstruepower.com> Commit: smeister <smeis...@awstruepower.com>
remove that warning? --- cpupower.el | 1 + 1 file changed, 1 insertion(+) diff --git a/cpupower.el b/cpupower.el index 235f189500..85af49bc13 100644 --- a/cpupower.el +++ b/cpupower.el @@ -199,6 +199,7 @@ message the user with current CPU governors" (with-eval-after-load 'helm ;; Not entirely sure I should be doing this function declaring? (declare-function helm "helm") + (declare-function helm "helm-make-source") (require 'helm) (defun cpupower-helm-set-governor () "Set cpu governor using helm."