mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-26 10:49:38 +00:00
org-timer.el (org-timer-stop): Add message.
* org-timer.el (org-timer-stop): Add message.
This commit is contained in:
parent
5d673e890a
commit
57a13ab9d9
@ -162,7 +162,8 @@ With prefix arg STOP, stop it entirely."
|
||||
(run-hooks 'org-timer-stop-hook)
|
||||
(setq org-timer-start-time nil
|
||||
org-timer-pause-time nil)
|
||||
(org-timer-set-mode-line 'off))
|
||||
(org-timer-set-mode-line 'off)
|
||||
(message "Timer stopped"))
|
||||
|
||||
;;;###autoload
|
||||
(defun org-timer (&optional restart no-insert-p)
|
||||
|
Loading…
Reference in New Issue
Block a user