summaryrefslogtreecommitdiff
path: root/src/wasp-obs.el
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-11-07 00:20:02 -0500
committerLLLL Colonq <llll@colonq>2025-11-07 00:20:02 -0500
commitcf266a56f30daae8b9af7c9bc3267c61b1973192 (patch)
treef365939f712973840ff19d9265c552af820cd1ef /src/wasp-obs.el
parent3d31c488fb06e9937964041f4d83d0cb1c9699ab (diff)
Update
Diffstat (limited to 'src/wasp-obs.el')
-rw-r--r--src/wasp-obs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasp-obs.el b/src/wasp-obs.el
index 35ead18d..4737bc5c 100644
--- a/src/wasp-obs.el
+++ b/src/wasp-obs.el
@@ -138,14 +138,14 @@ Optionally, change text to MSG."
))
(defvar w/obs-timer nil)
-(defun w/run-obs-timer ()
+(defun w/obs-run-timer ()
"Run the obs timer."
(when w/obs-timer
(cancel-timer w/obs-timer))
(w/obs-handle-toggles)
(setq
w/obs-timer
- (run-with-timer 1 nil #'w/run-obs-timer)))
+ (run-with-timer 1 nil #'w/obs-run-timer)))
(provide 'wasp-obs)
;;; wasp-obs.el ends here