emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Wed, 06 Apr 2005 11:45:03 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.160 
emacs/lisp/textmodes/tex-mode.el:1.161
*** emacs/lisp/textmodes/tex-mode.el:1.160      Thu Mar 31 00:24:57 2005
--- emacs/lisp/textmodes/tex-mode.el    Wed Apr  6 15:44:59 2005
***************
*** 573,579 ****
              2 '(tex-font-lock-append-prop 'italic) 'append)
        ;; This is separate from the previous one because of cases like
        ;; {\em foo {\bf bar} bla} where both match.
!       (list (concat "\\\\\\(bf\\)\\>" args)
              2 '(tex-font-lock-append-prop 'bold) 'append)))))
     "Gaudy expressions to highlight in TeX modes.")
  
--- 573,579 ----
              2 '(tex-font-lock-append-prop 'italic) 'append)
        ;; 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)))))
     "Gaudy expressions to highlight in TeX modes.")
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]