aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-04-17 13:44:56 +0000
committerStefan Monnier2006-04-17 13:44:56 +0000
commit43c50d22bc75543e5577f036fcd957162daf7086 (patch)
tree426268d4cc5ed7830e24e3f5f8c01fd8039aeed8
parent8580639069942441f4b1f21e85bd8a945c5b291f (diff)
downloademacs-43c50d22bc75543e5577f036fcd957162daf7086.tar.gz
emacs-43c50d22bc75543e5577f036fcd957162daf7086.zip
(tex-font-lock-match-suscript): Paren typo.
-rw-r--r--lisp/textmodes/tex-mode.el4
1 files changed, 2 insertions, 2 deletions
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."
604 (narrow-to-region (point-min) limit) 604 (narrow-to-region (point-min) limit)
605 (condition-case nil (scan-lists (point) 1 1) (error nil))))) 605 (condition-case nil (scan-lists (point) 1 1) (error nil)))))
606 (store-match-data (if end 606 (store-match-data (if end
607 (list (match-beginning 0) end beg end)) 607 (list (match-beginning 0) end beg end)
608 (list beg beg beg beg)))) 608 (list beg beg beg beg)))))
609 t)) 609 t))
610 610
611(defconst tex-font-lock-keywords-3 611(defconst tex-font-lock-keywords-3