diff options
Diffstat (limited to 'core/ext/key_commands_mac.lua')
-rw-r--r-- | core/ext/key_commands_mac.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ext/key_commands_mac.lua b/core/ext/key_commands_mac.lua index 258c91a9..d7357726 100644 --- a/core/ext/key_commands_mac.lua +++ b/core/ext/key_commands_mac.lua @@ -1,6 +1,7 @@ -- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. local textadept = _G.textadept +local locale = _G.locale --- -- Defines the key commands used by the Textadept key command manager. |