summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2024-06-11 09:55:27 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2024-06-11 09:55:27 +0000
commitf46e0d0a265a4398f47a930fe6368ac6c3ec8bc8 (patch)
tree2a4e339a115c8026d8548bd1223af6e9708287c8 /Build/source/texk/web2c
parent09bdc2993d4dc1138f34576a623e35701c231591 (diff)
allow interactive deletion of \outer token, see https://tug.org/texmfbug/newbug.html#B142outer
git-svn-id: svn://tug.org/texlive/trunk@71483 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex_svnversion.h2
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/textoken.c2
3 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index c117101a546..282484e2f84 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,8 +1,11 @@
+2024-05-11 Luigi Scarso <luigi.scarso@gmail.com>
+ * allow interactive deletion of \outer token, see https://tug.org/texmfbug/newbug.html#B142outer
+
+
2024-05-13 Luigi Scarso <luigi.scarso@gmail.com>
* Omitprocset and ptexprefix (force _ instead of . as separator) (H.Hagen)
* Bump to version 1.18.2
-
2024-03-25 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed synctex message on a math node with no zero glue
diff --git a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
index ae5255b50ef..5422bb4ad06 100644
--- a/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
+++ b/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
@@ -1,4 +1,4 @@
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
-#define luatex_svn_revision 7620
+#define luatex_svn_revision 7621
#endif
diff --git a/Build/source/texk/web2c/luatexdir/tex/textoken.c b/Build/source/texk/web2c/luatexdir/tex/textoken.c
index a1f0c230923..8fef4f5916e 100644
--- a/Build/source/texk/web2c/luatexdir/tex/textoken.c
+++ b/Build/source/texk/web2c/luatexdir/tex/textoken.c
@@ -882,7 +882,7 @@ void check_outer_validity(void)
halfword q;
if (suppress_outer_error_par)
return;
- if (scanner_status != normal) {
+ if ( OK_to_interrupt && (scanner_status != normal)) {
deletions_allowed = false;
/*tex