From 5bdb84ba74943fed211a355245de5924bacd1bbc Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 26 Feb 2013 18:23:53 +0100 Subject: [PATCH] org.el: Add :version and :package-version to `orgstruct-heading-prefix-regexp' --- lisp/org.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org.el b/lisp/org.el index 256f7bac9..8a5e7be21 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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) -- 2.11.4.GIT