瀏覽代碼

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)