branch: externals/cpupower
commit 24bd212efe604d3b042c7ac046ae9d5c93fc6400
Author: smeister <smeis...@awstruepower.com>
Commit: smeister <smeis...@awstruepower.com>

    ok, got those backwards
---
 cpupower.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cpupower.el b/cpupower.el
index aaf14ab78b..2956494eb0 100644
--- a/cpupower.el
+++ b/cpupower.el
@@ -197,11 +197,11 @@ message the user with current CPU governors"
     governors))
 
 ;; optional helm interface
-(declare-function helm "helm")
-(declare-function helm "helm-make-source")
-
 (with-eval-after-load 'helm
   ;; Not entirely sure I should be doing this function declaring?
+  (declare-function helm helm)
+  (declare-function helm-make-source helm)
+
   (require 'helm)
   (defun cpupower-helm-set-governor ()
     "Set cpu governor using helm."

Reply via email to