From 65b71f8a364740f7497efa7ec01709f35b314cfa Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 23 Dec 2010 23:05:55 -0500 Subject: Code cleanup. --- modules/textadept/bookmarks.lua | 2 +- modules/textadept/command_entry.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index bc5eac9b..88aca281 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. -local locale = _G.locale +local L = _G.locale.localize --- -- Bookmarks for the textadept module. 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 mitchellcaladbolg.net. See LICENSE. -- Modified by Jay Gould. -local locale = _G.locale +local L = _G.locale.localize -- Environment for abbreviated commands. -- @class table -- cgit v1.2.3