# HG changeset patch # User Lute Kamstra # Date 1117198798 0 # Node ID ccc8869d74186190f9769c808320b76d8faf5434 # Parent 788c50f6a4badd911fc5ad6fe362e808e260c53e (superscript, subscript, tex-math-face) (tex-verbatim-face, tex-use-reftex): Specify customization group. diff -r 788c50f6a4ba -r ccc8869d7418 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Fri May 27 12:38:19 2005 +0000 +++ b/lisp/textmodes/tex-mode.el Fri May 27 12:59:58 2005 +0000 @@ -643,19 +643,23 @@ (defface superscript '((t :height 0.8)) ;; :raise 0.3 - "Face used for superscripts.") + "Face used for superscripts." + :group 'tex) (defface subscript '((t :height 0.8)) ;; :raise -0.3 - "Face used for subscripts.") + "Face used for subscripts." + :group 'tex) (defface tex-math-face '((t :inherit font-lock-string-face)) - "Face used to highlight TeX math expressions.") + "Face used to highlight TeX math expressions." + :group 'tex) (defvar tex-math-face 'tex-math-face) (defface tex-verbatim-face ;; '((t :inherit font-lock-string-face)) '((t :family "courier")) - "Face used to highlight TeX verbatim environments.") + "Face used to highlight TeX verbatim environments." + :group 'tex) (defvar tex-verbatim-face 'tex-verbatim-face) ;; Use string syntax but math face for $...$. @@ -1623,7 +1627,8 @@ (defcustom tex-use-reftex t "If non-nil, use RefTeX's list of files to determine what command to use." - :type 'boolean) + :type 'boolean + :group 'tex) (defvar tex-compile-commands '(((concat "pdf" tex-command