Add :version to org-inlinetask.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:22:38 +02:00
parent 4b849731f3
commit 18a0b31022
1 changed files with 1 additions and 0 deletions

View File

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