aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/texinfo.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 66037ea396a..5067b629ee9 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -385,8 +385,8 @@ value of texinfo-mode-hook."
385 (setq comment-start-skip "@c +") 385 (setq comment-start-skip "@c +")
386 (make-local-variable 'words-include-escapes) 386 (make-local-variable 'words-include-escapes)
387 (setq words-include-escapes t) 387 (setq words-include-escapes t)
388 (make-local-variable 'font-lock-keywords) 388 (make-local-variable 'font-lock-defaults)
389 (setq font-lock-keywords texinfo-font-lock-keywords) 389 (setq font-lock-defaults '(texinfo-font-lock-keywords))
390 (make-local-variable 'tex-start-of-header) 390 (make-local-variable 'tex-start-of-header)
391 (setq tex-start-of-header "%**start") 391 (setq tex-start-of-header "%**start")
392 (make-local-variable 'tex-end-of-header) 392 (make-local-variable 'tex-end-of-header)