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

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

[elpa] externals/auctex 20c7209 27/36: Fix fontification of a couple of


From: Stefan Monnier
Subject: [elpa] externals/auctex 20c7209 27/36: Fix fontification of a couple of fontspec macros.
Date: Fri, 28 Nov 2014 17:25:50 +0000

branch: externals/auctex
commit 20c7209e8ab6ef1baf31ed267c0d3d8211b41969
Author: Mosè Giordano <address@hidden>
Date:   Thu Nov 20 21:33:11 2014 +0100

    Fix fontification of a couple of fontspec macros.
    
    * style/fontspec.el ("fontspec"): Fix fontification of
    "newfontfamily" and "newfontface".
---
 ChangeLog         |    5 +++++
 style/fontspec.el |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7321d9f..8c8aa7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-20  Mos� Giordano  <address@hidden>
+
+       * style/fontspec.el ("fontspec"): Fix fontification of
+       "newfontfamily" and "newfontface".
+
 2014-11-19  Tassilo Horn  <address@hidden>
 
        * tex.el (TeX-source-correlate-sync-source): Make backward/inverse
diff --git a/style/fontspec.el b/style/fontspec.el
index c483d0a..144b976 100644
--- a/style/fontspec.el
+++ b/style/fontspec.el
@@ -213,8 +213,8 @@ to retrieve the list of fonts."
                                ("setmainfont" "[{")
                                ("setsansfont" "[{")
                                ("setmonofont" "[{")
-                               ("newfontfamily" "{[{")
-                               ("newfontface" "{[{")
+                               ("newfontfamily" "\\[{")
+                               ("newfontface" "\\[{")
                                ("setmathrm" "[{")
                                ("setmathsf" "[{")
                                ("setmathtt" "[{")



reply via email to

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