auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 573cbdf404a52a37e5ff7


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 573cbdf404a52a37e5ff77635b8481d39116c707
Date: Tue, 05 May 2015 08:47:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  573cbdf404a52a37e5ff77635b8481d39116c707 (commit)
      from  26f8ce19ea92ef00a8da872a1ad469ba4bec12b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 573cbdf404a52a37e5ff77635b8481d39116c707
Author: Mosè Giordano <address@hidden>
Date:   Tue May 5 10:46:54 2015 +0200

    Fix in italian.el style file.
    
    * style/italian.el: Evaluate `TeX-quote-after-quote'.

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)))

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    4 ++++
 style/italian.el |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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