summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/luacode
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-24 23:14:11 +0000
committerKarl Berry <karl@freefriends.org>2012-01-24 23:14:11 +0000
commite6a078a453f42b1e7ec75f0cf626e80f5c51e6f2 (patch)
tree167ca34dfdb833669c0146ce0cc39d4ffbde99fb /Master/texmf-dist/tex/lualatex/luacode
parent7ace44c0bbe443f7ae53252d5f96380cf2a767cf (diff)
luacode (23jan12)
git-svn-id: svn://tug.org/texlive/trunk@25193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/luacode')
-rw-r--r--Master/texmf-dist/tex/lualatex/luacode/luacode.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/luacode/luacode.sty b/Master/texmf-dist/tex/lualatex/luacode/luacode.sty
index 6acca9a7149..f8de0e467d3 100644
--- a/Master/texmf-dist/tex/lualatex/luacode/luacode.sty
+++ b/Master/texmf-dist/tex/lualatex/luacode/luacode.sty
@@ -42,7 +42,7 @@
\noexpand\else \noexpand\expandafter\noexpand\endinput%
\noexpand\fi}%
\expandafter\y\csname luacode@sty@endinput\endcsname%
-\ProvidesPackage{luacode}[2011/12/29 v1.2 lua-in-tex helpers (mpg)]
+\ProvidesPackage{luacode}[2012/01/23 v1.2a lua-in-tex helpers (mpg)]
\RequirePackage{ifluatex}
\ifluatex\else
\PackageError{luacode}{LuaTeX is required for this package. Aborting.}{%
@@ -99,7 +99,7 @@
\newtoks\luacode@lines
\newcommand*\luacode@addline [1] {%
\luacode@lines\expandafter{\the\luacode@lines#1^^J}}
-\newcommand \luacode@grab@body [1] {
+\newcommand \luacode@grab@body [1] {%
\luacode@lines{}%
\endlinechar10
\luacode@grab@lines}