diff options
Diffstat (limited to 'tex/context/base/luat-cbk.lua')
-rw-r--r-- | tex/context/base/luat-cbk.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/luat-cbk.lua b/tex/context/base/luat-cbk.lua index f8c6926f0..5aa12005b 100644 --- a/tex/context/base/luat-cbk.lua +++ b/tex/context/base/luat-cbk.lua @@ -194,11 +194,11 @@ if trace_calls then end) end ---~ -- somehow crashes later on ---~ ---~ callbacks.freeze("find_.*_file","finding file") ---~ callbacks.freeze("read_.*_file","reading file") ---~ callbacks.freeze("open_.*_file","opening file") +-- -- somehow crashes later on +-- +-- callbacks.freeze("find_.*_file","finding file") +-- callbacks.freeze("read_.*_file","reading file") +-- callbacks.freeze("open_.*_file","opening file") --[[ldx-- <p>The simple case is to remove the callback:</p> |