mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* texinfo.el: (texinfo-mode): Set font-lock-defaults.
This commit is contained in:
parent
c156572ff2
commit
2ab3bf87ff
1 changed files with 2 additions and 2 deletions
|
|
@ -385,8 +385,8 @@ value of texinfo-mode-hook."
|
|||
(setq comment-start-skip "@c +")
|
||||
(make-local-variable 'words-include-escapes)
|
||||
(setq words-include-escapes t)
|
||||
(make-local-variable 'font-lock-keywords)
|
||||
(setq font-lock-keywords texinfo-font-lock-keywords)
|
||||
(make-local-variable 'font-lock-defaults)
|
||||
(setq font-lock-defaults '(texinfo-font-lock-keywords))
|
||||
(make-local-variable 'tex-start-of-header)
|
||||
(setq tex-start-of-header "%**start")
|
||||
(make-local-variable 'tex-end-of-header)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue