Browse Source

Add :version to org-inlinetask.el option.

Bastien Guerry 13 năm trước cách đây
mục cha
commit
18a0b31022
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-inlinetask.el

+ 1 - 0
lisp/org-inlinetask.el

@@ -173,6 +173,7 @@ or, with the additional package \"todonotes\" for LaTeX,
 This should be the state `org-inlinetask-insert-task' should use by
 This should be the state `org-inlinetask-insert-task' should use by
 default, or nil of no state should be assigned."
 default, or nil of no state should be assigned."
   :group 'org-inlinetask
   :group 'org-inlinetask
+  :version "24.1"
   :type '(choice
   :type '(choice
 	  (const :tag "No state" nil)
 	  (const :tag "No state" nil)
 	  (string :tag "Specific state")))
 	  (string :tag "Specific state")))