diff options
| author | Simon Marshall | 1994-10-12 09:21:47 +0000 |
|---|---|---|
| committer | Simon Marshall | 1994-10-12 09:21:47 +0000 |
| commit | 2ab3bf87ff05dfd6919442ef8bfae0f8804fb956 (patch) | |
| tree | 48eef9ecd68318c35897f477873070cabedf2ec5 | |
| parent | c156572ff2aa3d2cd64e7a6e93e7167c987a5aca (diff) | |
| download | emacs-2ab3bf87ff05dfd6919442ef8bfae0f8804fb956.tar.gz emacs-2ab3bf87ff05dfd6919442ef8bfae0f8804fb956.zip | |
* texinfo.el: (texinfo-mode): Set font-lock-defaults.
| -rw-r--r-- | lisp/textmodes/texinfo.el | 4 |
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) |