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" "*[[{")
_______________________________________________
auctex-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-diffs