diff options
Diffstat (limited to 'modules/textadept/session.lua')
-rw-r--r-- | modules/textadept/session.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index ed1cbe8e..af3d1887 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -167,4 +167,4 @@ function save(filename) end textadept.events.add_handler('quit', - function() if SAVE_ON_QUIT then save() end end, 1) + function() if SAVE_ON_QUIT then save() end end, 1) |