summaryrefslogtreecommitdiff
path: root/lisp/textmodes/reftex-sel.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-02-16 12:57:45 +0000
committerPavel Janík <Pavel@Janik.cz>2002-02-16 12:57:45 +0000
commitbdc31f1e11405dc25b2d62022b1839fb09c40bc3 (patch)
tree16d27982ca88d42dbf922f7544c9aafc79215e80 /lisp/textmodes/reftex-sel.el
parent8452cc896697ab36d573cd32c8933ddb9e3ba861 (diff)
downloademacs-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.el4
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)