mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(tex-font-lock-keywords-2): Adjust match number.
This commit is contained in:
parent
fde7576e52
commit
9bf211adf2
2 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue