diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-02-16 12:57:45 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-02-16 12:57:45 +0000 |
commit | bdc31f1e11405dc25b2d62022b1839fb09c40bc3 (patch) | |
tree | 16d27982ca88d42dbf922f7544c9aafc79215e80 /lisp/textmodes/reftex-sel.el | |
parent | 8452cc896697ab36d573cd32c8933ddb9e3ba861 (diff) | |
download | emacs-bdc31f1e11405dc25b2d62022b1839fb09c40bc3.tar.gz |
(reftex-select-label-mode)
(reftex-select-bib-mode): Do not use make-local-hook.
Diffstat (limited to 'lisp/textmodes/reftex-sel.el')
-rw-r--r-- | lisp/textmodes/reftex-sel.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/textmodes/reftex-sel.el b/lisp/textmodes/reftex-sel.el index f36454c1995..05aadeeb03d 100644 --- a/lisp/textmodes/reftex-sel.el +++ b/lisp/textmodes/reftex-sel.el @@ -49,8 +49,6 @@ During a selection process, these are the local bindings. (interactive) (kill-all-local-variables) - (make-local-hook 'pre-command-hook) - (make-local-hook 'post-command-hook) (setq major-mode 'reftex-select-label-mode mode-name "LSelect") (set (make-local-variable 'reftex-select-marked) nil) @@ -77,8 +75,6 @@ During a selection process, these are the local bindings. \\{reftex-select-label-map}" (interactive) (kill-all-local-variables) - (make-local-hook 'pre-command-hook) - (make-local-hook 'post-command-hook) (setq major-mode 'reftex-select-bib-mode mode-name "BSelect") (set (make-local-variable 'reftex-select-marked) nil) |