diff options
author | 2010-04-05 15:32:33 -0400 | |
---|---|---|
committer | 2010-04-05 15:32:33 -0400 | |
commit | c9780bff7285d4bf756c689229add52b4701570b (patch) | |
tree | 8d491e3eb516fde0b5dac4786003016504d13404 /modules/textadept/session.lua | |
parent | e20531bcb0cdd582c82a5083f917fb1b94557087 (diff) | |
download | textadept-c9780bff7285d4bf756c689229add52b4701570b.tar.gz textadept-c9780bff7285d4bf756c689229add52b4701570b.zip |
Code cleanup.
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) |