summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/grph-inc.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-02-08 16:15:08 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-02-08 16:15:08 +0100
commitd73f5987ca04dbdf0a134236c3314dadd7a73565 (patch)
tree8471e66baf2a1ca638f9339fe360ca1da7b0bcc5 /tex/context/base/mkiv/grph-inc.lua
parent47878599fddea4d4e259e3371def1afadc62e03b (diff)
downloadcontext-d73f5987ca04dbdf0a134236c3314dadd7a73565.tar.gz
2016-02-08 15:37:00
Diffstat (limited to 'tex/context/base/mkiv/grph-inc.lua')
-rw-r--r--tex/context/base/mkiv/grph-inc.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/mkiv/grph-inc.lua b/tex/context/base/mkiv/grph-inc.lua
index af74efbfa..cf4a70269 100644
--- a/tex/context/base/mkiv/grph-inc.lua
+++ b/tex/context/base/mkiv/grph-inc.lua
@@ -1482,11 +1482,11 @@ includers.buffers = includers.nongeneric
function existers.auto(askedname)
local name = gsub(askedname, ".auto$", "")
local format = figures.guess(name)
- if format then
- report_inclusion("format guess %a for %a",format,name)
- else
- report_inclusion("format guess for %a is not possible",name)
- end
+ -- if format then
+ -- report_inclusion("format guess %a for %a",format,name)
+ -- else
+ -- report_inclusion("format guess for %a is not possible",name)
+ -- end
return format and name, true, format
end