(sgml-namespace-face): Specify customization group.
This commit is contained in:
parent
55d56d3270
commit
dc11bf767a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue