(sgml-namespace-face): Specify customization group.

This commit is contained in:
Lute Kamstra 2005-05-27 12:38:19 +00:00
parent 55d56d3270
commit dc11bf767a
2 changed files with 5 additions and 1 deletions

View 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.

View 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