浏览代码

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 年之前
父节点
当前提交
eb7a9a1d8d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)))
 	       (org-timer-secs-to-hms (or delta 0)))
       (run-hooks 'org-timer-start-hook))))
       (run-hooks 'org-timer-start-hook))))
 
 
+;;;###autoload
 (defun org-timer-pause-or-continue (&optional stop)
 (defun org-timer-pause-or-continue (&optional stop)
   "Pause or continue the relative timer.
   "Pause or continue the relative timer.
 With prefix arg STOP, stop it entirely."
 With prefix arg STOP, stop it entirely."
@@ -156,6 +157,7 @@ With prefix arg STOP, stop it entirely."
     (org-timer-set-mode-line 'pause)
     (org-timer-set-mode-line 'pause)
     (message "Timer paused at %s" (org-timer-value-string)))))
     (message "Timer paused at %s" (org-timer-value-string)))))
 
 
+;;;###autoload
 (defun org-timer-stop ()
 (defun org-timer-stop ()
   "Stop the relative timer."
   "Stop the relative timer."
   (interactive)
   (interactive)