diff options
| author | Glenn Morris | 2010-11-03 00:20:03 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-11-03 00:20:03 -0700 |
| commit | a88e24ddddd78028e6407a45795d2df680d1ca1f (patch) | |
| tree | 441a48a5c65ea6479633db4bad8d6eca41d3ad4b | |
| parent | d7619e3b53f8cf465a948383662586f1487a2918 (diff) | |
| download | emacs-a88e24ddddd78028e6407a45795d2df680d1ca1f.tar.gz emacs-a88e24ddddd78028e6407a45795d2df680d1ca1f.zip | |
* lisp/textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/textmodes/reftex-toc.el | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4413266a18b..ac2b8f484fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-11-03 Glenn Morris <rgm@gnu.org> | 1 | 2010-11-03 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs. | ||
| 4 | |||
| 3 | * net/dbus.el (dbus-name-owner-changed-handler): Doc fix. | 5 | * net/dbus.el (dbus-name-owner-changed-handler): Doc fix. |
| 4 | 6 | ||
| 5 | * play/landmark.el (lm-losing-threshold): Correct spelling. | 7 | * play/landmark.el (lm-losing-threshold): Correct spelling. |
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. |
| 653 | Expects the level change DELTA to be dynamically scoped into this function. | 649 | Expects the level change DELTA to be dynamically scoped into this function. |