Mercurial > emacs
changeset 40290:72bbea2ef358
(font-lock-keywords): Make sure texinfo-clone-environment is called.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 25 Oct 2001 05:22:30 +0000 |
parents | c7285f337403 |
children | 7642548b1466 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Thu Oct 25 05:13:57 2001 +0000 +++ b/lisp/textmodes/texinfo.el Thu Oct 25 05:22:30 2001 +0000 @@ -359,7 +359,7 @@ ("@\\(dmn\\|acronym\\|value\\){\\([^}]+\\)" 2 font-lock-builtin-face) ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-keyword-face keep) (,texinfo-environment-regexp - 1 (texinfo-clone-environment (match-beginning 1) (match-end 1))) + 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)) keep) (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t) ".*\n") 0 texinfo-heading-face t)) "Additional expressions to highlight in TeXinfo mode.")