Make buffy a lua package as well.
[apps/madmutt.git] / lib-lua / runtime.c
index 1e806c4..6023ae6 100644 (file)
@@ -23,6 +23,7 @@
 #include "../alias.h"
 #include "../mutt.h"
 #include "../charset.h"
+#include "../buffy.h"
 
 static lua_State *L;
 
@@ -42,6 +43,7 @@ void luaM_initialize(void)
         {"MAlias",        luaopen_MAlias},
         {"MCharset",      luaopen_MCharset},
         {"Mime",          luaopen_Mime},
+        {"Buffy",         luaopen_Buffy},
     };
 
     int i;