From: Lute Kamstra Date: Fri, 27 May 2005 12:38:19 +0000 (+0000) Subject: (sgml-namespace-face): Specify customization group. X-Git-Tag: emacs-pretest-22.0.90~9490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc11bf767ad8cf124b8954536b21199a313888c4;p=emacs.git (sgml-namespace-face): Specify customization group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aec381d7eea..6eb1b614310 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-05-27 Lute Kamstra + * 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. diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index c4019d39fe5..cdc2916e799 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -250,7 +250,8 @@ Any terminating `>' or `/' is not matched.") (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