Mercurial > emacs
changeset 9486:66079477d0e6
* texinfo.el: (texinfo-mode): Set font-lock-defaults.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Wed, 12 Oct 1994 09:21:47 +0000 |
parents | 2685c7803c18 |
children | f80b2a33df03 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Wed Oct 12 09:18:53 1994 +0000 +++ b/lisp/textmodes/texinfo.el Wed Oct 12 09:21:47 1994 +0000 @@ -385,8 +385,8 @@ (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)