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:
parent
8452cc8966
commit
bdc31f1e11
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue