From d58aba1fa45f3480ded9897d881ce94e891338dc Mon Sep 17 00:00:00 2001 From: Rui Guo Date: Tue, 16 Jun 2009 23:12:51 +0800 Subject: [PATCH] Document a known problem. --- src/lua.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lua.c b/src/lua.c index 35b5960..d5c936a 100644 --- a/src/lua.c +++ b/src/lua.c @@ -824,6 +824,8 @@ static const struct Xet_reg screen_getters[] = { /** Public functions {{{ */ +/* FIXME: This code only tracks one unhook ticket for a lua func. + * So it does not work if one func is registered more than one times. */ static void prepare_weak_table(lua_State *L, const char *name, const char *mode) { -- 2.11.4.GIT