Mercurial > emacs
changeset 62809:e38d2ae61b0a
(sgml-namespace-face): Specify customization group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 27 May 2005 12:37:29 +0000 |
parents | 4bac6a268d13 |
children | 788c50f6a4ba |
files | lisp/textmodes/sgml-mode.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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