Mercurial > emacs
changeset 84964:66630159c742
(tex-fontify-script, tex-font-script-display): Add :version tag.
\
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 28 Sep 2007 03:36:33 +0000 |
parents | f6604e60a932 |
children | a92aa9f0c3e7 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Fri Sep 28 03:36:15 2007 +0000 +++ b/lisp/textmodes/tex-mode.el Fri Sep 28 03:36:33 2007 +0000 @@ -247,7 +247,8 @@ (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 @@ 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].