auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/natbib.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/natbib.el,v
Date: Sun, 15 Feb 2009 15:33:01 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    09/02/15 15:33:00

Index: natbib.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/natbib.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- natbib.el   19 Aug 2007 17:27:39 -0000      1.8
+++ natbib.el   15 Feb 2009 15:33:00 -0000      1.9
@@ -68,9 +68,10 @@
        4 'LaTeX-bibitem-list "}")))
 
     ;; Fontification
-    (when (and (featurep 'font-latex)
+    (when (and (fboundp 'font-latex-add-keywords)
               (eq TeX-install-font-lock 'font-latex-setup))
-      (font-latex-add-keywords '(("citet" "*[[{")
+      (font-latex-add-keywords '(("cite" "*[[{")
+                                ("citet" "*[[{")
                                 ("citealt" "*[[{")
                                 ("citep" "*[[{")
                                 ("citealp" "*[[{")




reply via email to

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