about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.c b/src/lua.c
index 9a57e52..04cbbaa 100644
--- a/src/lua.c
+++ b/src/lua.c
@@ -405,7 +405,7 @@ void save_to_current_definition_and_editor_buffer (lua_State *L, const char *def
   if (contents != NULL)
     fprintf(out, "%s", contents);
   fclose(out);
-  lua_settop(L, 0);
+  lua_settop(L, 0);  /* reclaim contents */
 }