changeset 41784:725125318c10

(reftex-index-mode): Remove make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 02 Dec 2001 09:31:36 +0000
parents 84b7e5da33e2
children f7ab2f136a79
files lisp/textmodes/reftex-index.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/reftex-index.el	Sun Dec 02 09:29:01 2001 +0000
+++ b/lisp/textmodes/reftex-index.el	Sun Dec 02 09:31:36 2001 +0000
@@ -299,8 +299,6 @@
 	      "  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)