]> git.eshelyaron.com Git - emacs.git/commitdiff
(reftex-index-mode): Remove make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sun, 2 Dec 2001 09:31:36 +0000 (09:31 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 2 Dec 2001 09:31:36 +0000 (09:31 +0000)
lisp/textmodes/reftex-index.el

index 37af0afdb13be8af663cb68589d0a9ba09d42395..660dcfaadc23e96b7eed36500d30189996a65670 100644 (file)
@@ -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)