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


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. d1335f5dc3219a4434ccfd321ed228a4a29160d7
Date: Wed, 29 Dec 2021 12:06:01 -0500 (EST)

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  d1335f5dc3219a4434ccfd321ed228a4a29160d7 (commit)
      from  0c2eda1940e2efb89006d4353d234ce3cb66ecb0 (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 d1335f5dc3219a4434ccfd321ed228a4a29160d7
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Wed Dec 29 18:05:53 2021 +0100

    Revert "Properly destructure LaTeX-xparse-macro/environment-list entries"
    
    This reverts commit 0c2eda1940e2efb89006d4353d234ce3cb66ecb0.

diff --git a/style/xparse.el b/style/xparse.el
index 26934f1a..fd9bb328 100644
--- a/style/xparse.el
+++ b/style/xparse.el
@@ -108,9 +108,9 @@ TYPE is one of the symbols mac or env."
   (dolist (xcmd (if (eq type 'mac)
                     (LaTeX-xparse-macro-list)
                   (LaTeX-xparse-environment-list)))
-    (let ((name (nth 0 xcmd))
-          (spec (nth 1 xcmd))
-          (what (nth 2 xcmd))
+    (let ((name (nth 1 xcmd))
+          (spec (nth 2 xcmd))
+          (what (nth 3 xcmd))
           args opt-star opt-token)
       (with-temp-buffer
         (set-syntax-table LaTeX-mode-syntax-table)

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

Summary of changes:
 style/xparse.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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