1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(reftex-select-label-mode)

(reftex-select-bib-mode): Do not use make-local-hook.
This commit is contained in:
Pavel Janík 2002-02-16 12:57:45 +00:00
parent 8452cc8966
commit bdc31f1e11

View file

@ -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)