From 3ec0e903957204e3620f1600edaa3423a13a965f Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Fri, 27 May 2005 13:09:37 +0000 Subject: [PATCH] (texinfo-heading-face): Specify customization group. --- lisp/ChangeLog | 4 +++- lisp/textmodes/texinfo.el | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1e3a52fbe8..f795ead42f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index ec983077d26..bd14c658379 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -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 -- 2.11.4.GIT