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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/tex-mode.el
Date: Mon, 10 Oct 2005 05:47:08 -0400

Index: emacs/lisp/textmodes/tex-mode.el
diff -c emacs/lisp/textmodes/tex-mode.el:1.176 
emacs/lisp/textmodes/tex-mode.el:1.177
*** emacs/lisp/textmodes/tex-mode.el:1.176      Tue Oct  4 20:45:58 2005
--- emacs/lisp/textmodes/tex-mode.el    Mon Oct 10 09:47:08 2005
***************
*** 577,583 ****
        ;; 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.")
  
  (defun tex-font-lock-suscript (pos)
--- 577,583 ----
        ;; This is separate from the previous one because of cases like
        ;; {\em foo {\bf bar} bla} where both match.
        (list (concat "\\\\\\(bf\\(series\\)?\\)\\>" args)
!             3 '(tex-font-lock-append-prop 'bold) 'append)))))
     "Gaudy expressions to highlight in TeX modes.")
  
  (defun tex-font-lock-suscript (pos)




reply via email to

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