Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
53d1c0af
Commit
53d1c0af
authored
Dec 02, 2001
by
Pavel Janík
Browse files
(reftex-toc-mode): Remove make-local-hook.
parent
de7d394c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/textmodes/reftex-toc.el
lisp/textmodes/reftex-toc.el
+0
-2
No files found.
lisp/textmodes/reftex-toc.el
View file @
53d1c0af
...
...
@@ -62,8 +62,6 @@ Here are all local bindings.
" T<"
'reftex-toc-max-level-indicator
">"
" -%-"
))
(
setq
truncate-lines
t
)
(
make-local-hook
'post-command-hook
)
(
make-local-hook
'pre-command-hook
)
(
make-local-variable
'reftex-last-follow-point
)
(
add-hook
'post-command-hook
'reftex-toc-post-command-hook
nil
t
)
(
add-hook
'pre-command-hook
'reftex-toc-pre-command-hook
nil
t
)
...
...
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