aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2010-11-03 00:20:03 -0700
committerGlenn Morris2010-11-03 00:20:03 -0700
commita88e24ddddd78028e6407a45795d2df680d1ca1f (patch)
tree441a48a5c65ea6479633db4bad8d6eca41d3ad4b /lisp/textmodes
parentd7619e3b53f8cf465a948383662586f1487a2918 (diff)
downloademacs-a88e24ddddd78028e6407a45795d2df680d1ca1f.tar.gz
emacs-a88e24ddddd78028e6407a45795d2df680d1ca1f.zip
* lisp/textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-toc.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el
index 4d9be61de3d..0c32b0cc7e4 100644
--- a/lisp/textmodes/reftex-toc.el
+++ b/lisp/textmodes/reftex-toc.el
@@ -644,10 +644,6 @@ point."
644 (setq mark-active t 644 (setq mark-active t
645 deactivate-mark nil))))) 645 deactivate-mark nil)))))
646 646
647(defvar name1)
648(defvar dummy)
649(defvar dummy2)
650
651(defun reftex-toc-promote-prepare (x) 647(defun reftex-toc-promote-prepare (x)
652 "Look at a toc entry and see if we could pro/demote it. 648 "Look at a toc entry and see if we could pro/demote it.
653Expects the level change DELTA to be dynamically scoped into this function. 649Expects the level change DELTA to be dynamically scoped into this function.