2005-10-10 Andreas Schwab <schwab@suse.de>
+ * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
+ number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
+
* Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
outside source directory.
;; 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)