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


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. f99edced632140a8f406398d9b5ae73f7d97c4ce
Date: Mon, 24 Jan 2022 06:04:47 -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  f99edced632140a8f406398d9b5ae73f7d97c4ce (commit)
      from  da5bb8e28d3e5d0f0f2bb8006d60b43220007881 (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 f99edced632140a8f406398d9b5ae73f7d97c4ce
Author: Arash Esbati <arash@gnu.org>
Date:   Mon Jan 24 12:04:20 2022 +0100

    ; * tex-ispell.el: Fix regexp.

diff --git a/tex-ispell.el b/tex-ispell.el
index dfbcc5f1..5becea3c 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -374,7 +374,7 @@ not be quoted.  An opening brace `{', asterisk `*' and 
at-sign
    ("filecontents\\*?" ispell-tex-arg-end)
    ;; stabular.sty
    ("stabular" ispell-tex-arg-end)
-   ("stabular*" TeX-ispell-tex-arg-end)
+   ("stabular\\*" TeX-ispell-tex-arg-end)
    ;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env
    ("tabular[*xy]" TeX-ispell-tex-arg-end)
    ;; tcolorbox.sty -- raster library

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

Summary of changes:
 tex-ispell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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