diff --git a/pomm-third-time.el b/pomm-third-time.el index 5875176..f0d17e2 100644 --- a/pomm-third-time.el +++ b/pomm-third-time.el @@ -126,7 +126,7 @@ This is an alist with the following keys: (last-changed-time ,(time-convert nil 'integer))) pomm-current-mode-line-string "") (setf (alist-get 'status pomm-third-time--state) 'stopped) - (run-hooks 'pomm-on-status-changed-hook)) + (run-hooks 'pomm-third-time-on-status-changed-hook)) (defun pomm-third-time--init-state () "Initialize the Third Time timer state."