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

index 48de2453387baf11c18dd999a3eaa4124b90b879..2ec1040d190bddc9ac539a98ce1a27948f3fab32 100644 (file)
@@ -62,8 +62,6 @@ Here are all local bindings.
              "  T<" 'reftex-toc-max-level-indicator ">"
              " -%-"))
   (setq truncate-lines t)
-  (make-local-hook 'post-command-hook)
-  (make-local-hook 'pre-command-hook)
   (make-local-variable 'reftex-last-follow-point)
   (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t)
   (add-hook 'pre-command-hook  'reftex-toc-pre-command-hook nil t)