Mercurial > emacs
changeset 70050:5fd821256f0d
(tex-font-lock-match-suscript): Paren typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 17 Apr 2006 13:44:56 +0000 |
parents | def3f4aee280 |
children | 700b1f9b81e2 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Mon Apr 17 12:56:56 2006 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Apr 17 13:44:56 2006 +0000 @@ -604,8 +604,8 @@ (narrow-to-region (point-min) limit) (condition-case nil (scan-lists (point) 1 1) (error nil))))) (store-match-data (if end - (list (match-beginning 0) end beg end)) - (list beg beg beg beg)))) + (list (match-beginning 0) end beg end) + (list beg beg beg beg))))) t)) (defconst tex-font-lock-keywords-3