[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9073b5e117d14393e541b
From: |
Arash Esbati |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9073b5e117d14393e541bbcde7d5778856eed32e |
Date: |
Thu, 20 Jan 2022 07:29:55 -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 9073b5e117d14393e541bbcde7d5778856eed32e (commit)
from 0744b687b3d7f6e3c5dc29f10778b952e025a817 (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 9073b5e117d14393e541bbcde7d5778856eed32e
Author: Arash Esbati <arash@gnu.org>
Date: Thu Jan 20 13:29:33 2022 +0100
* tex-ispell.el: Skip the arguments of stabular*? environments.
diff --git a/tex-ispell.el b/tex-ispell.el
index 009f5a9e..dfbcc5f1 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -63,6 +63,7 @@
;; pythontex.sty
;; siunitx.sty
;; splitidx.sty
+;; stabular.sty
;; tabularx.sty
;; tabulary.sty
;; tcolorbox.sty
@@ -371,6 +372,9 @@ not be quoted. An opening brace `{', asterisk `*' and
at-sign
(TeX-ispell-skip-setcdr
'(;; filecontents.sty
("filecontents\\*?" ispell-tex-arg-end)
+ ;; stabular.sty
+ ("stabular" 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 | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 9073b5e117d14393e541bbcde7d5778856eed32e,
Arash Esbati <=