Mercurial > emacs
changeset 41785:f7ab2f136a79
(reftex-toc-mode): Remove make-local-hook.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 02 Dec 2001 09:32:20 +0000 |
parents | 725125318c10 |
children | ebc070758e2a |
files | lisp/textmodes/reftex-toc.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/reftex-toc.el Sun Dec 02 09:31:36 2001 +0000 +++ b/lisp/textmodes/reftex-toc.el Sun Dec 02 09:32:20 2001 +0000 @@ -62,8 +62,6 @@ " 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)