monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 470dfc620021667576c398244900e884a71a986b
Author: Mosè Giordano <[email protected]>
Date: Mon Jul 22 18:35:43 2013 +0200
Fix fontification of some biblatex macros.
* font-latex.el (font-latex-built-in-keyword-classes): Fix
fontification of some biblatex macros. Reported by Christian
Knüpfer.
---
ChangeLog | 6 ++++++
font-latex.el | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4c29cda..3178df9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-22 Mos� Giordano <[email protected]>
+
+ * font-latex.el (font-latex-built-in-keyword-classes): Fix
+ fontification of some biblatex macros. Reported by Christian
+ Kn�pfer.
+
2013-07-15 Mads Jensen <[email protected]>
* style/tabulary.el: New style.
diff --git a/font-latex.el b/font-latex.el
index 991da20..10a7ed0 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -302,8 +302,8 @@ variable `font-latex-fontify-sectioning'." num)
("defbibheading" "{[{") ("defbibnote" "{{") ("defbibfilter" "{{")
("defbibcheck" "{{")
("defbibentryset" "{{") ("Cite" "[[{") ("parencite" "*[[{") ("Parencite"
"[[{")
("footcite" "[[{") ("footcitetext" "[[{") ("textcite" "[[{") ("Textcite"
"[[{")
- ("smartcite" "[[{") ("Smartcite" "[[{") ("supercite" "{") ("autocite"
"*[{{")
- ("Autocite" "*[{{") ("citeauthor" "[{{") ("Citeauthor" "[{{")
("citetitle" "*[{{")
+ ("smartcite" "[[{") ("Smartcite" "[[{") ("supercite" "{") ("autocite"
"*[[{")
+ ("Autocite" "*[[{") ("citeauthor" "[[{") ("Citeauthor" "[[{")
("citetitle" "*[[{")
("citeyear" "*[[{") ("citedate" "*[[{") ("citeurl" "[[{") ("parentext"
"{")
("brackettext" "{") ("fullcite" "[[{") ("fullfootcite" "[[{") ("volcite"
"[{[[")
("Volcite" "[{[[") ("pvolcite" "[{[[") ("Pvolcite" "[{[[") ("fvolcite"
"[{[[")