소스 검색

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

Bastien Guerry 12 년 전
부모
커밋
5bdb84ba74
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lisp/org.el

+ 2 - 0
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)