summaryrefslogtreecommitdiff
path: root/tex/context/base/spac-chr.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-11-09 20:40:13 +0200
committerMarius <mariausol@gmail.com>2011-11-09 20:40:13 +0200
commit39abfb3c7f6f445876494ecde0b5043e46ae151b (patch)
treea18355eacb92e3ac95dace9a5a9d841f05194629 /tex/context/base/spac-chr.lua
parenta73ec062b30d72c2ac967bd90c63fbc7913404c7 (diff)
downloadcontext-39abfb3c7f6f445876494ecde0b5043e46ae151b.tar.gz
beta 2011.11.09 19:33
Diffstat (limited to 'tex/context/base/spac-chr.lua')
-rw-r--r--tex/context/base/spac-chr.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/spac-chr.lua b/tex/context/base/spac-chr.lua
index add46c4d0..430996ffd 100644
--- a/tex/context/base/spac-chr.lua
+++ b/tex/context/base/spac-chr.lua
@@ -86,7 +86,7 @@ local methods = {
-- The next one uses an attribute assigned to the character but still we
-- don't have the 'local' value.
- [0x00A0] = function(head,current)
+ [0x00A0] = function(head,current) -- nbsp
local para = fontparameters[current.font]
if has_attribute(current,a_alignstate) == 1 then -- flushright
head, current = inject_nobreak_space(0x00A0,head,current,para.space,0,0)