]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-font-lock-keywords-2): Adjust match number.
authorAndreas Schwab <schwab@suse.de>
Mon, 10 Oct 2005 09:47:24 +0000 (09:47 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 10 Oct 2005 09:47:24 +0000 (09:47 +0000)
lisp/ChangeLog
lisp/textmodes/tex-mode.el

index 40a278245748418e3a372b206f2a273b9e47c295..3fb51eb15fbf36e2cfb27c0768ac1d44a7c36c13 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 24267b7b8f2b3602cd76f10fa2cd6bf528c34e30..3623c78888243f3fd86c634b50a3daa9315a6562 100644 (file)
@@ -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)