aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-04-05 15:32:33 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-04-05 15:32:33 -0400
commitc9780bff7285d4bf756c689229add52b4701570b (patch)
tree8d491e3eb516fde0b5dac4786003016504d13404 /modules/textadept/session.lua
parente20531bcb0cdd582c82a5083f917fb1b94557087 (diff)
downloadtextadept-c9780bff7285d4bf756c689229add52b4701570b.tar.gz
textadept-c9780bff7285d4bf756c689229add52b4701570b.zip
Code cleanup.
Diffstat (limited to 'modules/textadept/session.lua')
-rw-r--r--modules/textadept/session.lua2
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)