diff options
Diffstat (limited to 'core/.textadept.lua')
-rw-r--r-- | core/.textadept.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/.textadept.lua b/core/.textadept.lua index 4675a994..c03d9fbc 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -85,3 +85,7 @@ function popupmenu(menu) -- if the check fails. -- @param buffer The buffer in question. function check_focused_buffer(buffer) end + +--- +-- Prints a message to the error buffer. +function print(...) end |