aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/reftex-index.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-02 09:31:36 +0000
committerPavel Janík <[email protected]>2001-12-02 09:31:36 +0000
commitde7d394c3212f03dc72dee70fa8880565abc7141 (patch)
treed56e70b023f617b06209b6ce4573d2aded69738b /lisp/textmodes/reftex-index.el
parentbcea38a3ed2cd6cfd46fb55bffb1e64ec2d047ef (diff)
(reftex-index-mode): Remove make-local-hook.
Diffstat (limited to 'lisp/textmodes/reftex-index.el')
-rw-r--r--lisp/textmodes/reftex-index.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index 37af0afdb1..660dcfaadc 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -299,8 +299,6 @@ Here are all local bindings.
" R<" 'reftex-index-restriction-indicator ">"
" -%-"))
(setq truncate-lines t)
- (make-local-hook 'post-command-hook)
- (make-local-hook 'pre-command-hook)
(make-local-variable 'reftex-last-follow-point)
(easy-menu-add reftex-index-menu reftex-index-map)
(add-hook 'post-command-hook 'reftex-index-post-command-hook nil t)