Browse Source

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

* org-timer.el (org-timer-pause-or-continue, org-timer-stop):
Autoload.
Bastien Guerry 12 years ago
parent
commit
eb7a9a1d8d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lisp/org-timer.el

+ 2 - 0
lisp/org-timer.el

@@ -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)