Browse Source

Add :version to org-timer.el option.

Bastien Guerry 13 years ago
parent
commit
38e95cd088
1 changed files with 1 additions and 0 deletions
  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