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
1 changed files with 2 additions and 0 deletions

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)