Mercurial > emacs
diff lisp/ChangeLog @ 81912:82e8a862c00b
(tex-verbatim-environments): Add safe-local-variable property.
(tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
when starting font-lock rather than when loading tex-mode.el.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 16 Jul 2007 18:38:05 +0000 |
parents | 2d5f4f5607c1 |
children | 06e5dde16893 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Jul 16 16:59:58 2007 +0000 +++ b/lisp/ChangeLog Mon Jul 16 18:38:05 2007 +0000 @@ -1,5 +1,10 @@ 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca> + * textmodes/tex-mode.el (tex-verbatim-environments): + Add safe-local-variable property. + (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments + when starting font-lock rather than when loading tex-mode.el. + * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the whole $( rather than just the $. Rename from sh-quoted-subshell. (sh-font-lock-syntactic-keywords): Adjust call accordingly.