From: Pavel Janík Date: Sun, 2 Dec 2001 09:32:20 +0000 (+0000) Subject: (reftex-toc-mode): Remove make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~17931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53d1c0af50a83a2139b4fc3ffc1436f185d1997b;p=emacs.git (reftex-toc-mode): Remove make-local-hook. --- 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. " 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)