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. 8cd2b07e2074ad5e9fdbe


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 8cd2b07e2074ad5e9fdbe6da8f580972f7b6de5d
Date: Mon, 19 Jan 2015 08:31:30 +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  8cd2b07e2074ad5e9fdbe6da8f580972f7b6de5d (commit)
      from  5154e91b0a7b9090840ca91b5261ed46a10b124f (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 8cd2b07e2074ad5e9fdbe6da8f580972f7b6de5d
Author: Tassilo Horn <address@hidden>
Date:   Mon Jan 19 09:31:15 2015 +0100

    Fix indentation in auto files.
    
    * tex.el (TeX-auto-store): Fix indentation in auto files.

diff --git a/ChangeLog b/ChangeLog
index d3cabd8..33e78b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-19  Tassilo Horn  <address@hidden>
+
+       * tex.el (TeX-auto-store): Fix indentation in auto files.
+
 2015-01-16  Arash Esbati  <address@hidden>
 
        * style/minted.el: Update copyright year.
diff --git a/tex.el b/tex.el
index ac404e0..e64af2a 100644
--- a/tex.el
+++ b/tex.el
@@ -3728,15 +3728,15 @@ If TEX is a directory, generate style files for all 
files in the directory."
                    "                     '" (prin1-to-string pkg-opts) ")"))
          (dolist (env verb-envs)
            (insert
-            (format "\n  (add-to-list 'LaTeX-verbatim-environments-local 
\"%s\")"
+            (format "\n   (add-to-list 'LaTeX-verbatim-environments-local 
\"%s\")"
                     env)))
          (dolist (env verb-macros-braces)
            (insert
-            (format "\n  (add-to-list 'LaTeX-verbatim-macros-with-braces-local 
\"%s\")"
+            (format "\n   (add-to-list 
'LaTeX-verbatim-macros-with-braces-local \"%s\")"
                     env)))
          (dolist (env verb-macros-delims)
            (insert
-            (format "\n  (add-to-list 'LaTeX-verbatim-macros-with-delims-local 
\"%s\")"
+            (format "\n   (add-to-list 
'LaTeX-verbatim-macros-with-delims-local \"%s\")"
                     env)))
          (mapc (lambda (el) (TeX-auto-insert el style))
                TeX-auto-parser)

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

Summary of changes:
 ChangeLog |    4 ++++
 tex.el    |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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