summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-15 16:13:19 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-01-15 16:13:19 +0100
commita8a04348fd523fe3e8598abb9520a60d82b2018a (patch)
tree661e476ddb566346c0f0d3ecf0569ca942fc8fea
parent1062c63ee166d815e99a5f8ae864a0a854c9415f (diff)
downloadorg-mode-a8a04348fd523fe3e8598abb9520a60d82b2018a.tar.gz
org-timer: Add missing autoload cookies
* lisp/org-timer.el (org-timer-pause-or-continue): (org-timer-stop): Add missing autoload cookies.
-rw-r--r--lisp/org-timer.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index 65e777b..3c825e6 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -152,6 +152,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 or countdown timer.
With prefix arg STOP, stop it entirely."
@@ -189,6 +190,7 @@ With prefix arg STOP, stop it entirely."
(org-timer-set-mode-line 'paused)
(message "Timer paused at %s" (org-timer-value-string)))))
+;;;###autoload
(defun org-timer-stop ()
"Stop the relative or countdown timer."
(interactive)