branch: elpa/lua-mode
commit 2b916103e133347f9455113a2e2db52fa5dd1a09
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Bump contact information
---
Makefile | 2 +-
lua-mode.el | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index b1562d8..d5325cc 100644
--- a/Makefile
+++ b/Makefile
@@ -14,5 +14,5 @@ release:
git diff --exit-code && \
git tag -a -m "Release tag" rel-$(VERSION) && \
git push origin master && git pull origin master && \
- woger lua-l lua-mode lua-mode "release $(VERSION)" "Emacs major mode
for editing Lua files" release-notes-$(VERSION)
http://github.com/rrthomas/lua-mode/
+ woger lua-l lua-mode lua-mode "release $(VERSION)" "Emacs major mode
for editing Lua files" release-notes-$(VERSION)
http://github.com/immerrr/lua-mode/
@echo 'Send update to ELPA!'
diff --git a/lua-mode.el b/lua-mode.el
index 6b1b004..371f2c6 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -2,7 +2,8 @@
;; Copyright (C) 1997, 2001, 2004, 2006, 2007, 2010, 2011 Free Software
Foundation, Inc.
-;; Author: 2010-2011 Reuben Thomas <[email protected]>
+;; Author: 2011 immerrr <[email protected]>
+;; 2010-2011 Reuben Thomas <[email protected]>
;; 2006 Juergen Hoetzel <[email protected]>
;; 2004 various (support for Lua 5 and byte compilation)
;; 2001 Christian Vogler <[email protected]>