emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 152/299: Fix fontification of some biblatex macros.


From: Stefan Monnier
Subject: [elpa] 152/299: Fix fontification of some biblatex macros.
Date: Sun, 02 Nov 2014 03:11:03 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 470dfc620021667576c398244900e884a71a986b
Author: Mosè Giordano <address@hidden>
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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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" 
"[{[[")



reply via email to

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