From: Stefan Monnier Date: Mon, 17 Apr 2006 13:44:56 +0000 (+0000) Subject: (tex-font-lock-match-suscript): Paren typo. X-Git-Tag: emacs-pretest-22.0.90~3115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43c50d22bc75543e5577f036fcd957162daf7086;p=emacs.git (tex-font-lock-match-suscript): Paren typo. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 0b0d60242bc..8ca7c3026e8 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -604,8 +604,8 @@ An alternative value is \" . \", if you use a font with a narrow period." (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