summaryrefslogtreecommitdiff
path: root/tex/context/base/spac-chr.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2015-01-10 02:15:05 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2015-01-10 02:15:05 +0100
commitef78ab8a5c18ea5f94f4e271e8e5f5416708f7a9 (patch)
tree1893bf5b83cda21ff1f84292e3e41a73967066b0 /tex/context/base/spac-chr.lua
parent365919ac0f7cfb96d914de12bb6e213db4f64057 (diff)
downloadcontext-ef78ab8a5c18ea5f94f4e271e8e5f5416708f7a9.tar.gz
2015-01-10 00:46:00
Diffstat (limited to 'tex/context/base/spac-chr.lua')
-rw-r--r--tex/context/base/spac-chr.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/spac-chr.lua b/tex/context/base/spac-chr.lua
index 0cdec4b8f..81c0ce98b 100644
--- a/tex/context/base/spac-chr.lua
+++ b/tex/context/base/spac-chr.lua
@@ -112,8 +112,8 @@ local function inject_char_space(unicode,head,current,parent)
end
local function inject_nobreak_space(unicode,head,current,space,spacestretch,spaceshrink)
- local attr = getfield(current,"attr")
- local glue = new_glue(space,spacestretch,spaceshrink)
+ local attr = getfield(current,"attr")
+ local glue = new_glue(space,spacestretch,spaceshrink)
local penalty = new_penalty(10000)
setfield(glue,"attr",attr)
setfield(current,"attr",nil)