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

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

[elpa] externals/auctex 573cbdf 1/7: Fix in italian.el style file.


From: Tassilo Horn
Subject: [elpa] externals/auctex 573cbdf 1/7: Fix in italian.el style file.
Date: Fri, 08 May 2015 06:30:43 +0000

branch: externals/auctex
commit 573cbdf404a52a37e5ff77635b8481d39116c707
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    Fix in italian.el style file.
    
    * style/italian.el: Evaluate `TeX-quote-after-quote'.
---
 ChangeLog        |    4 ++++
 style/italian.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dd3dcc2..169a29d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-05  Mos� Giordano  <address@hidden>
+
+       * style/italian.el: Evaluate `TeX-quote-after-quote'.
+
 2015-05-01  Tassilo Horn  <address@hidden>
 
        * tex.el (TeX-tree-expand): Expand all given vars in just one
diff --git a/style/italian.el b/style/italian.el
index a7fa3d9..6cb72fe 100644
--- a/style/italian.el
+++ b/style/italian.el
@@ -50,7 +50,7 @@
                            LaTeX-italian-close-quote
                          "\">")))
        (setq TeX-quote-language
-            `("italian" ,open-quote ,close-quote TeX-quote-after-quote))))
+            `("italian" ,open-quote ,close-quote ,TeX-quote-after-quote))))
    ;; Fontification of quotation marks.
    (when (fboundp 'font-latex-add-quotes)
      (font-latex-add-quotes '("\"<" "\">" french)))



reply via email to

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