Просмотр исходного кода

Add missing :group keyword in defcustom

* org-html.el (org-export-html-protect-char-alist): Add missing :group
keyword in defcustom.
David Maus 13 лет назад
Родитель
Сommit
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"))))