Mercurial > emacs
changeset 65969:cd4113a86403
(tex-font-lock-keywords-2): Adjust match number.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 10 Oct 2005 09:47:08 +0000 |
parents | d6def48a38f3 |
children | aa1825d547ce |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)