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

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

[elpa] externals/cpupower 24bd212efe 28/35: ok, got those backwards


From: ELPA Syncer
Subject: [elpa] externals/cpupower 24bd212efe 28/35: ok, got those backwards
Date: Thu, 5 May 2022 15:57:47 -0400 (EDT)

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

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