From cf266a56f30daae8b9af7c9bc3267c61b1973192 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 7 Nov 2025 00:20:02 -0500 Subject: Update --- src/wasp-obs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wasp-obs.el') 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 -- cgit v1.2.3