From 9bf211adf26ea43c4aa4eb92ec33dcd1a5361a53 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 10 Oct 2005 09:47:24 +0000 Subject: [PATCH] (tex-font-lock-keywords-2): Adjust match number. --- lisp/ChangeLog | 3 +++ lisp/textmodes/tex-mode.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40a27824574..3fb51eb15fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-10-10 Andreas Schwab + * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match + number. Reported by Karl Chen . + * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building outside source directory. diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 24267b7b8f2..3623c788882 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -577,7 +577,7 @@ An alternative value is \" . \", if you use a font with a narrow period." ;; 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) -- 2.39.5