aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-02 09:32:20 +0000
committerPavel Janík2001-12-02 09:32:20 +0000
commit53d1c0af50a83a2139b4fc3ffc1436f185d1997b (patch)
tree70252d180095068db4912e50daf6cd304220c0d5
parentde7d394c3212f03dc72dee70fa8880565abc7141 (diff)
downloademacs-53d1c0af50a83a2139b4fc3ffc1436f185d1997b.tar.gz
emacs-53d1c0af50a83a2139b4fc3ffc1436f185d1997b.zip
(reftex-toc-mode): Remove make-local-hook.
-rw-r--r--lisp/textmodes/reftex-toc.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el
index 48de2453387..2ec1040d190 100644
--- a/lisp/textmodes/reftex-toc.el
+++ b/lisp/textmodes/reftex-toc.el
@@ -62,8 +62,6 @@ Here are all local bindings.
62 " T<" 'reftex-toc-max-level-indicator ">" 62 " T<" 'reftex-toc-max-level-indicator ">"
63 " -%-")) 63 " -%-"))
64 (setq truncate-lines t) 64 (setq truncate-lines t)
65 (make-local-hook 'post-command-hook)
66 (make-local-hook 'pre-command-hook)
67 (make-local-variable 'reftex-last-follow-point) 65 (make-local-variable 'reftex-last-follow-point)
68 (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t) 66 (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)
69 (add-hook 'pre-command-hook 'reftex-toc-pre-command-hook nil t) 67 (add-hook 'pre-command-hook 'reftex-toc-pre-command-hook nil t)