emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cpupower b6c476e8f1 27/35: do these need to be out here


From: ELPA Syncer
Subject: [elpa] externals/cpupower b6c476e8f1 27/35: do these need to be out here?
Date: Thu, 5 May 2022 15:57:47 -0400 (EDT)

branch: externals/cpupower
commit b6c476e8f17c42fa063e99c72d8f78c4c4fbc447
Author: smeister <smeister@awstruepower.com>
Commit: smeister <smeister@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

[Prev in Thread] Current Thread [Next in Thread]