branch: externals/cpupower commit e9127b20a418451f41ad646dd9ae350f3aa12ad9 Author: smeister <smeis...@awstruepower.com> Commit: smeister <smeis...@awstruepower.com>
now working with quelpa without warnings --- cpupower.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpupower.el b/cpupower.el index b7f1d99165..dad432e1d5 100644 --- a/cpupower.el +++ b/cpupower.el @@ -218,8 +218,8 @@ message the user with current CPU governors" governors)) (with-eval-after-load 'helm + ;; Not entirely sure I should be doing this function declaring? (declare-function helm "helm") - (declare-function helm "helm-build-sync-source") (require 'helm) (defun cpupower-helm-set-governor () "Set cpu governor using helm." @@ -230,3 +230,5 @@ message the user with current CPU governors" :buffer "*helm set cpu governor*")))) (provide 'cpupower) + +;;; cpupower.el ends here