(tex-font-lock-keywords-2): Undo prev change.

This commit is contained in:
Richard M. Stallman 2005-10-17 16:23:28 +00:00
parent 617e58e7f0
commit 7c3578942f

View file

@ -576,7 +576,7 @@ An alternative value is \" . \", if you use a font with a narrow period."
2 '(tex-font-lock-append-prop 'italic) 'append)
;; This is separate from the previous one because of cases like
;; {\em foo {\bf bar} bla} where both match.
(list (concat "\\\\\\(bf\\(?:series\\)?\\)\\>" args)
(list (concat "\\\\\\(bf\\(series\\)?\\)\\>" args)
3 '(tex-font-lock-append-prop 'bold) 'append)))))
"Gaudy expressions to highlight in TeX modes.")