]> git.eshelyaron.com Git - emacs.git/commitdiff
(sgml-namespace-face): Specify customization group.
authorLute Kamstra <lute@gnu.org>
Fri, 27 May 2005 12:38:19 +0000 (12:38 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 27 May 2005 12:38:19 +0000 (12:38 +0000)
lisp/ChangeLog
lisp/textmodes/sgml-mode.el

index aec381d7eea514a4b35c1b181c0978bd1b015e95..6eb1b614310fa4d19989307aa81cecda78f4390a 100644 (file)
@@ -1,5 +1,8 @@
 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.
index c4019d39fe5ea596182bc8710465f172764e0c84..cdc2916e799d3d044c0ae96cf66f826e649dd707 100644 (file)
@@ -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