# HG changeset patch # User Andreas Schwab # Date 1128937628 0 # Node ID cd4113a864032b47ebd0d4a956d0555cf1e62ee6 # Parent d6def48a38f3a9dd5cebe2df8f9ee294bb24269e (tex-font-lock-keywords-2): Adjust match number. diff -r d6def48a38f3 -r cd4113a86403 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Mon Oct 10 09:34:44 2005 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Oct 10 09:47:08 2005 +0000 @@ -577,7 +577,7 @@ ;; This is separate from the previous one because of cases like ;; {\em foo {\bf bar} bla} where both match. (list (concat "\\\\\\(bf\\(series\\)?\\)\\>" args) - 2 '(tex-font-lock-append-prop 'bold) 'append))))) + 3 '(tex-font-lock-append-prop 'bold) 'append))))) "Gaudy expressions to highlight in TeX modes.") (defun tex-font-lock-suscript (pos)