(texinfo-heading-face): Specify customization group.
This commit is contained in:
parent
18a8c7738b
commit
3ec0e90395
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue