about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/laptop-battery.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/wpc/laptop-battery.el')
-rw-r--r--emacs/.emacs.d/wpc/laptop-battery.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/laptop-battery.el b/emacs/.emacs.d/wpc/laptop-battery.el
index 3ec03553d2ca..418d66325586 100644
--- a/emacs/.emacs.d/wpc/laptop-battery.el
+++ b/emacs/.emacs.d/wpc/laptop-battery.el
@@ -32,7 +32,7 @@
 
 (defun laptop-battery/available? ()
   "Return t if battery information is available."
-  (maybe/some? battery-status-function))
+  (maybe-some? battery-status-function))
 
 (defun laptop-battery/percentage ()
   "Return the current percentage of the battery."