From 2ab6deaecb4576c932dd63186927e9481bf5dedc Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 5 Jan 2012 05:20:39 -0500 Subject: Rename '_m' to '_M'. --- modules/textadept/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/init.lua') diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index c8c022b0..e21bf5bf 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -1,13 +1,13 @@ -- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. local M = {} -_m.textadept = M +_M.textadept = M --[[ This comment is for LuaDoc. --- -- The textadept module. -- It provides utilities for editing text in Textadept. -module('_m.textadept')]] +module('_M.textadept')]] M.adeptsense = require 'textadept.adeptsense' M.bookmarks = require 'textadept.bookmarks' -- cgit v1.2.3