summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-12 22:23:04 +0000
committerKarl Berry <karl@freefriends.org>2014-07-12 22:23:04 +0000
commit59222c9505c42ce998b7dbef0b08077a2b0adc3c (patch)
tree41c01393335cb0e89c00ee57913f01062bf70975 /Master/texmf-dist/tex/latex/lisp-on-tex/lisp-read.sty
parent19b2d7d90094fbc85b6282f6be53e4bb10f6ab70 (diff)
lisp-on-tex (12jul14)
git-svn-id: svn://tug.org/texlive/trunk@34578 c570f23f-e606-0410-a88d-b1316a301751
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