1
Fork 0
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:
Simon Marshall 1994-10-12 09:21:47 +00:00
parent c156572ff2
commit 2ab3bf87ff

View file

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