Browse Source

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

Bastien Guerry 13 years ago
parent
commit
e77534b8b4
1 changed files with 1 additions and 0 deletions
  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)