From: Lute Kamstra Date: Fri, 27 May 2005 13:09:37 +0000 (+0000) Subject: (texinfo-heading-face): Specify customization group. X-Git-Tag: emacs-pretest-22.0.90~9488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ec0e903957204e3620f1600edaa3423a13a965f;p=emacs.git (texinfo-heading-face): Specify customization group. --- 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