0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

org-timer.el (org-timer-pause-or-continue, org-timer-stop): Autoload.

* org-timer.el (org-timer-pause-or-continue, org-timer-stop):
Autoload.
This commit is contained in:
Bastien Guerry 2012-07-27 17:21:33 +02:00
parent c8acf8d695
commit eb7a9a1d8d

View file

@ -130,6 +130,7 @@ the region 0:00:00."
(org-timer-secs-to-hms (or delta 0)))
(run-hooks 'org-timer-start-hook))))
;;;###autoload
(defun org-timer-pause-or-continue (&optional stop)
"Pause or continue the relative timer.
With prefix arg STOP, stop it entirely."
@ -156,6 +157,7 @@ With prefix arg STOP, stop it entirely."
(org-timer-set-mode-line 'pause)
(message "Timer paused at %s" (org-timer-value-string)))))
;;;###autoload
(defun org-timer-stop ()
"Stop the relative timer."
(interactive)