summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty b/Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
index e93e752521f..5a6f66cf00b 100644
--- a/Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
+++ b/Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
@@ -21,7 +21,8 @@
\def\@@next{\@lispread@cell#1}%
\else\ifcat\noexpand#2\relax% [Branch 2] A control sequence or a control symbol
\ifx#2\@end@lispread % [Branch 2-1] EOI
- \def\@@next{\endgroup#1\@tlabel@exception{!Found End of Input!}}%
+ \def\@@next{\endgroup#1%
+ \@tlabel@exception{{-1}{\@tlabel@string{!Found End of Input!}}}}%
\else
\def\@@next{\@lispread@symbol#1#2}% [Branch 2-2] Symbol
\fi