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

    do these need to be out here?
---
 cpupower.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/cpupower.el b/cpupower.el
index df23019e6d..aaf14ab78b 100644
--- a/cpupower.el
+++ b/cpupower.el
@@ -196,10 +196,12 @@ 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 "helm-make-source")
   (require 'helm)
   (defun cpupower-helm-set-governor ()
     "Set cpu governor using helm."

Reply via email to