diff options
Diffstat (limited to 'src/wasp-obs.el')
| -rw-r--r-- | src/wasp-obs.el | 4 |
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 |
