From 0bda3658f4527523c972e38ce7e3185ccdd21876 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 28 Sep 2007 03:36:33 +0000 Subject: [PATCH] (tex-fontify-script, tex-font-script-display): Add :version tag. \ --- lisp/textmodes/tex-mode.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 8b1538e8ec3..06e26d21aaf 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -247,7 +247,8 @@ Normally set to either `plain-tex-mode' or `latex-mode'." (defcustom tex-fontify-script t "If non-nil, fontify subscript and superscript strings." :type 'boolean - :group 'tex) + :group 'tex + :version "23.1") (put 'tex-fontify-script 'safe-local-variable 'booleanp) (defcustom tex-font-script-display '(-0.2 0.2) @@ -258,7 +259,8 @@ and specifies how much superscript is raised. Heights are measured relative to that of the normal text." :group 'tex :type '(list (float :tag "Subscript") - (float :tag "Superscript"))) + (float :tag "Superscript")) + :version "23.1") (defvar tex-last-temp-file nil "Latest temporary file generated by \\[tex-region] and \\[tex-buffer]. -- 2.39.5