diff options
| author | Glenn Morris | 2013-04-26 00:31:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-04-26 00:31:27 -0700 |
| commit | 9fc02c2f823942e302c5bc8938e9a6e4e03003f1 (patch) | |
| tree | 0e540e966ded3b30c46430203e1e1f6fd0ca293b | |
| parent | e6ea1f6c9be4f70fe282a882a6d8e0da6e7098c5 (diff) | |
| download | emacs-9fc02c2f823942e302c5bc8938e9a6e4e03003f1.tar.gz emacs-9fc02c2f823942e302c5bc8938e9a6e4e03003f1.zip | |
Add missing reftex-label-ignored-macros-and-environments :version tag
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index ab085a3085a..a68a27bb07e 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -901,6 +901,7 @@ and the functions `TeX-current-macro' and | |||
| 901 | `LaTeX-current-environment' are bound. Also note that this | 901 | `LaTeX-current-environment' are bound. Also note that this |
| 902 | feature might slow down the reftex parsing process for large TeX | 902 | feature might slow down the reftex parsing process for large TeX |
| 903 | files." | 903 | files." |
| 904 | :version "24.4" | ||
| 904 | :group 'reftex-defining-label-environments | 905 | :group 'reftex-defining-label-environments |
| 905 | :type '(repeat string)) | 906 | :type '(repeat string)) |
| 906 | 907 | ||