diff options
author | 2010-12-23 23:05:55 -0500 | |
---|---|---|
committer | 2010-12-23 23:05:55 -0500 | |
commit | 65b71f8a364740f7497efa7ec01709f35b314cfa (patch) | |
tree | 08f014045f4898c181d07011173cb2fd137d3929 /modules/textadept/command_entry.lua | |
parent | fdd68d51e9bcbaac89f77e235fef2f596aa35b97 (diff) | |
download | textadept-65b71f8a364740f7497efa7ec01709f35b314cfa.tar.gz textadept-65b71f8a364740f7497efa7ec01709f35b314cfa.zip |
Code cleanup.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index d8a48616..4f7c6498 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -1,7 +1,7 @@ -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Modified by Jay Gould. -local locale = _G.locale +local L = _G.locale.localize -- Environment for abbreviated commands. -- @class table |