mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
(tex-font-lock-keywords-2): Adjust match number.
This commit is contained in:
parent
fde7576e52
commit
9bf211adf2
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user