Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bdc31f1e
Commit
bdc31f1e
authored
Feb 16, 2002
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reftex-select-label-mode)
(reftex-select-bib-mode): Do not use make-local-hook.
parent
8452cc89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lisp/textmodes/reftex-sel.el
lisp/textmodes/reftex-sel.el
+0
-4
No files found.
lisp/textmodes/reftex-sel.el
View file @
bdc31f1e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment