Explorar el Código

Add :version to org-timer.el option.

Bastien Guerry hace 13 años
padre
commit
38e95cd088
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lisp/org-timer.el

+ 1 - 0
lisp/org-timer.el

@@ -53,6 +53,7 @@ the value of the relative timer."
   "The default timer when a timer is set.
 When 0, the user is prompted for a value."
   :group 'org-time
+  :version "24.1"
   :type 'number)
 
 (defvar org-timer-start-hook nil