(texinfo-heading-face): Specify customization group.

This commit is contained in:
Lute Kamstra 2005-05-27 13:09:37 +00:00
parent 18a8c7738b
commit 3ec0e90395
2 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,9 @@
* textmodes/dns-mode.el (dns-mode):
* textmodes/sgml-mode.el (sgml-namespace-face):
* textmodes/tex-mode.el (superscript, subscript, tex-math-face)
(tex-verbatim-face, tex-use-reftex): Specify customization group.
(tex-verbatim-face, tex-use-reftex):
* textmodes/texinfo.el (texinfo-heading-face): Specify
customization group.
* longlines.el: Don't require easy-mmode.
(longlines-visible-face): Specify customization group.

View file

@ -345,7 +345,8 @@ Subexpression 1 is what goes into the corresponding `@end' statement.")
(defface texinfo-heading-face
'((t (:inherit font-lock-function-name-face)))
"Face used for section headings in `texinfo-mode'.")
"Face used for section headings in `texinfo-mode'."
:group 'texinfo)
(defvar texinfo-heading-face 'texinfo-heading-face)
(defvar texinfo-font-lock-keywords