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

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

[elpa] externals/cpupower e9127b20a4 21/35: now working with quelpa with


From: ELPA Syncer
Subject: [elpa] externals/cpupower e9127b20a4 21/35: now working with quelpa without warnings
Date: Thu, 5 May 2022 15:57:46 -0400 (EDT)

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



reply via email to

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