org.el: Add :version and :package-version to `orgstruct-heading-prefix-regexp'

This commit is contained in:
Bastien Guerry 2013-02-26 18:23:53 +01:00
parent 3ee229dcd1
commit 5bdb84ba74

View file

@ -8623,6 +8623,8 @@ If WITH-CASE is non-nil, the sorting will be case-sensitive."
"Regexp that matches the custom prefix of Org headlines in
orgstruct(++)-mode."
:group 'org
:version "24.4"
:package-version '(Org . "8.0")
:type 'string)
;;;###autoload(put 'orgstruct-heading-prefix-regexp 'safe-local-variable 'stringp)