소스 검색

Add :version to org-exp-blocks.el option.

Bastien Guerry 13 년 전
부모
커밋
e77534b8b4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/org-exp-blocks.el

+ 1 - 0
lisp/org-exp-blocks.el

@@ -136,6 +136,7 @@ export function should accept three arguments."
 (defcustom org-export-blocks-postblock-hook nil
   "Run after blocks have been processed with `org-export-blocks-preprocess'."
   :group 'org-export-general
+  :version "24.1"
   :type 'hook)
 
 (defun org-export-blocks-html-quote (body &optional open close)