changeset 66154:cdd77b8367b9

(tex-font-lock-keywords-2): Undo prev change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Oct 2005 16:23:28 +0000
parents e2fa815b43c1
children 289807600b5d
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 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.")