浏览代码

Add missing :group keyword in defcustom

* org-html.el (org-export-html-protect-char-alist): Add missing :group
keyword in defcustom.
David Maus 13 年之前
父节点
当前提交
97538eb9ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org-html.el

+ 1 - 0
lisp/org-html.el

@@ -565,6 +565,7 @@ a file."
     ("<" . "&lt;")
     (">" . "&gt;"))
   "Alist of characters to be converted by `org-html-protect'."
+  :group 'org-export-html
   :type '(repeat (cons (string :tag "Character")
 		       (string :tag "HTML equivalent"))))