Explorar o código

Add autoload cookie to org-timer-set-timer.

Bastien Guerry %!s(int64=16) %!d(string=hai) anos
pai
achega
4e27954130
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 2 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-timer.el

+ 2 - 0
lisp/ChangeLog

@@ -1,5 +1,7 @@
 2009-07-26  Bastien Guerry  <bzg@altern.org>
 
+	* org-timer.el: Add autoload cookie.
+
 	* org.el (org-occur-link-in-agenda-files): New function.
 
 	* org-timer.el (org-timer-last-timer): New variable.

+ 1 - 0
lisp/org-timer.el

@@ -286,6 +286,7 @@ VALUE can be `on', `off', or `pause'."
       (message "%d minutes %d secondes left before next time out" 
 	       rmins rsecs))))
 
+;;;###autoload
 (defun org-timer-set-timer (minutes)
   "Set a timer."
   (interactive "sTime out in (min)? ")