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. cd36aa87b64bf4959a124


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. cd36aa87b64bf4959a124b30ad8e7e47edb08fe1
Date: Mon, 3 Jul 2017 17:41:31 -0400 (EDT)

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  cd36aa87b64bf4959a124b30ad8e7e47edb08fe1 (commit)
      from  ef68910964ccf0db5c72ce7628b7a7647894f313 (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 cd36aa87b64bf4959a124b30ad8e7e47edb08fe1
Author: Arash Esbati <address@hidden>
Date:   Mon Jul 3 23:40:13 2017 +0200

    Check and set `TeX-quote-language' if necessary
    
    * style/english.el ("english"): Reset `TeX-quote-language' to nil
    if changed by other babel language options.

diff --git a/style/english.el b/style/english.el
index 90254c2..33e05e8 100644
--- a/style/english.el
+++ b/style/english.el
@@ -5,6 +5,8 @@
 (TeX-add-style-hook
  "english"
  (lambda ()
+   (unless (eq (car TeX-quote-language) 'override)
+     (setq TeX-quote-language nil))
    (run-hooks 'TeX-language-en-hook))
  LaTeX-dialect)
 

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

Summary of changes:
 style/english.el | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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