2005-05-27 Lute Kamstra <lute@gnu.org>
+ * textmodes/sgml-mode.el (sgml-namespace-face): Specify
+ customization group.
+
* textmodes/dns-mode.el (dns-mode): Specify customization group.
* calc/calc.el (calc): Specify customization group.
(defface sgml-namespace-face
'((t (:inherit font-lock-builtin-face)))
- "`sgml-mode' face used to highlight the namespace part of identifiers.")
+ "`sgml-mode' face used to highlight the namespace part of identifiers."
+ :group 'sgml)
(defvar sgml-namespace-face 'sgml-namespace-face)
;; internal