summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-toc.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-08-31 10:34:40 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-08-31 10:34:40 +0000
commit85a387c49022065ad9b2f3e64c5bcfb7837a1376 (patch)
treee6d1d275b602534f99570daf405c3e4aaebf6345 /lisp/textmodes/reftex-toc.el
parent1cc6e54434f3372792bd518eb4f311807bd42cc7 (diff)
downloademacs-85a387c49022065ad9b2f3e64c5bcfb7837a1376.tar.gz
(zmacs-regions): Add defvar.
(reftex-toc-include-labels-indicator, reftex-toc-include-index-indicator, reftex-toc-max-level-indicator): Move up declarations.
Diffstat (limited to 'lisp/textmodes/reftex-toc.el')
-rw-r--r--lisp/textmodes/reftex-toc.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el
index 7f922ce85a4..6ebb1104797 100644
--- a/lisp/textmodes/reftex-toc.el
+++ b/lisp/textmodes/reftex-toc.el
@@ -36,6 +36,11 @@
"Keymap used for *toc* buffer.")
(defvar reftex-toc-menu)
+(defvar zmacs-regions)
+
+(defvar reftex-toc-include-labels-indicator nil)
+(defvar reftex-toc-include-index-indicator nil)
+(defvar reftex-toc-max-level-indicator nil)
(defun reftex-toc-mode ()
"Major mode for managing Table of Contents for LaTeX files.
@@ -81,9 +86,6 @@ Here are all local bindings.
(defvar reftex-last-window-height nil)
(defvar reftex-last-window-width nil)
-(defvar reftex-toc-include-labels-indicator nil)
-(defvar reftex-toc-include-index-indicator nil)
-(defvar reftex-toc-max-level-indicator nil)
(defvar reftex-toc-return-marker (make-marker)
"Marker which makes it possible to return from toc to old position.")