diff options
| -rw-r--r-- | lisp/textmodes/reftex-toc.el | 2 |
1 files changed, 0 insertions, 2 deletions
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. | |||
| 62 | " T<" 'reftex-toc-max-level-indicator ">" | 62 | " T<" 'reftex-toc-max-level-indicator ">" |
| 63 | " -%-")) | 63 | " -%-")) |
| 64 | (setq truncate-lines t) | 64 | (setq truncate-lines t) |
| 65 | (make-local-hook 'post-command-hook) | ||
| 66 | (make-local-hook 'pre-command-hook) | ||
| 67 | (make-local-variable 'reftex-last-follow-point) | 65 | (make-local-variable 'reftex-last-follow-point) |
| 68 | (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t) | 66 | (add-hook 'post-command-hook 'reftex-toc-post-command-hook nil t) |
| 69 | (add-hook 'pre-command-hook 'reftex-toc-pre-command-hook nil t) | 67 | (add-hook 'pre-command-hook 'reftex-toc-pre-command-hook nil t) |