浏览代码

Add :version to org-timer.el option.

Bastien Guerry 13 年之前
父节点
当前提交
38e95cd088
共有 1 个文件被更改,包括 1 次插入0 次删除
  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