From a5fcec53f1acffa80890be5f0a3ae11b6ace7fb9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 29 May 2014 16:20:12 -0400 Subject: Code cleanup. --- src/textadept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index 2c600181..b6d90a86 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1923,7 +1923,7 @@ static void lL_notify(lua_State *L, struct SCNotification *n) { //lua_pushinteger(L, n->linesAdded), lua_setfield(L, -2, "lines_added"); //lua_pushinteger(L, n->message), lua_setfield(L, -2, "message"); lua_pushinteger(L, n->wParam), lua_setfield(L, -2, "wParam"); - lua_pushinteger(L, n->lParam), lua_setfield(L, -2, "lParam"); + //lua_pushinteger(L, n->lParam), lua_setfield(L, -2, "lParam"); lua_pushinteger(L, n->line), lua_setfield(L, -2, "line"); //lua_pushinteger(L, n->foldLevelNow), lua_setfield(L, -2, "fold_level_now"); //lua_pushinteger(L, n->foldLevelPrev); -- cgit v1.2.3