summaryrefslogtreecommitdiff
path: root/luatexbase-mcb.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-05 00:26:41 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-11 15:50:31 +0100
commit02960560cbb4c38ecb61026787fe1261d506136b (patch)
treecf6589a279f8b4a24d1d406c0b851b6bb87af907 /luatexbase-mcb.dtx
parentd575aeff5dc21fdb66c5f8c589bf5e694d320ea9 (diff)
downloadluatexbase-02960560cbb4c38ecb61026787fe1261d506136b.tar.gz
info on callback creation
Diffstat (limited to 'luatexbase-mcb.dtx')
-rw-r--r--luatexbase-mcb.dtx1
1 files changed, 1 insertions, 0 deletions
diff --git a/luatexbase-mcb.dtx b/luatexbase-mcb.dtx
index c8c23b0..224ad18 100644
--- a/luatexbase-mcb.dtx
+++ b/luatexbase-mcb.dtx
@@ -703,6 +703,7 @@ function create_callback(name, ctype, default)
err("unable to create callback '%s':\ntype '%s' undefined", name, ctype)
return nil
end
+ info("creating new callback '%s'", name)
ctype = temp
lua_callbacks_defaults[name] = default
callbacktypes[name] = ctype