# HG changeset patch # User Richard M. Stallman # Date 1129566208 0 # Node ID cdd77b8367b9a2ba62fcff5b3ddef7b816a9e23a # Parent e2fa815b43c1b514dc25646cb9dd4e8840a1a1d9 (tex-font-lock-keywords-2): Undo prev change. diff -r e2fa815b43c1 -r cdd77b8367b9 lisp/textmodes/tex-mode.el --- a/lisp/textmodes/tex-mode.el Mon Oct 17 16:19:56 2005 +0000 +++ b/lisp/textmodes/tex-mode.el Mon Oct 17 16:23:28 2005 +0000 @@ -576,7 +576,7 @@ 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.")