/[emacs]/emacs/lisp/textmodes/tex-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tex-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.160 by karl, Thu Mar 31 00:24:57 2005 UTC revision 1.161 by monnier, Wed Apr 6 15:44:59 2005 UTC
# Line 573  An alternative value is \" . \", if you Line 573  An alternative value is \" . \", if you
573                2 '(tex-font-lock-append-prop 'italic) 'append)                2 '(tex-font-lock-append-prop 'italic) 'append)
574          ;; This is separate from the previous one because of cases like          ;; This is separate from the previous one because of cases like
575          ;; {\em foo {\bf bar} bla} where both match.          ;; {\em foo {\bf bar} bla} where both match.
576          (list (concat "\\\\\\(bf\\)\\>" args)          (list (concat "\\\\\\(bf\\(series\\)?\\)\\>" args)
577                2 '(tex-font-lock-append-prop 'bold) 'append)))))                2 '(tex-font-lock-append-prop 'bold) 'append)))))
578     "Gaudy expressions to highlight in TeX modes.")     "Gaudy expressions to highlight in TeX modes.")
579    

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26