From dc11bf767ad8cf124b8954536b21199a313888c4 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Fri, 27 May 2005 12:38:19 +0000 Subject: [PATCH] (sgml-namespace-face): Specify customization group. --- lisp/ChangeLog | 3 +++ lisp/textmodes/sgml-mode.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2