From b81c4678ce7918ba0ed695f428356c579155e756 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 18 Jul 2009 14:02:33 -0400 Subject: Fix bugs related to core/events.lua changes. --- core/file_io.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/file_io.lua') diff --git a/core/file_io.lua b/core/file_io.lua index d37caf1d..56f3777c 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -229,7 +229,7 @@ function save(buffer) buffer:set_save_point() buffer.modification_time = lfs.attributes(filename).modification else - textadept.events.error(err) + error(err) end if buffer._type then buffer._type = nil end end -- cgit v1.2.3