diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-05 00:26:41 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-11-11 15:50:31 +0100 |
commit | 02960560cbb4c38ecb61026787fe1261d506136b (patch) | |
tree | cf6589a279f8b4a24d1d406c0b851b6bb87af907 | |
parent | d575aeff5dc21fdb66c5f8c589bf5e694d320ea9 (diff) | |
download | luatexbase-02960560cbb4c38ecb61026787fe1261d506136b.tar.gz |
info on callback creation
-rw-r--r-- | luatexbase-mcb.dtx | 1 |
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 |