# HG changeset patch # User Lute Kamstra # Date 1117197449 0 # Node ID e38d2ae61b0aeb368f5e9368d38bbf2d4eae77c8 # Parent 4bac6a268d138587c308951381ec9f4fc7421728 (sgml-namespace-face): Specify customization group. diff -r 4bac6a268d13 -r e38d2ae61b0a lisp/textmodes/sgml-mode.el --- a/lisp/textmodes/sgml-mode.el Fri May 27 12:32:51 2005 +0000 +++ b/lisp/textmodes/sgml-mode.el Fri May 27 12:37:29 2005 +0000 @@ -250,7 +250,8 @@ (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