branch: elpa/lua-mode
commit 3c9ec084a9b719b32a4dfa784f08a38a310b056e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Depend on Emacs 24.3
This is necessary because we are using lexical-binding,
cl, cl-assert, cl-labels and setq-local.
---
lua-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lua-mode.el b/lua-mode.el
index 6d682ce..640e490 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -13,6 +13,7 @@
;;
;; URL: http://immerrr.github.com/lua-mode
;; Version: 20151025
+;; Package-Requires: ((emacs "24.3"))
;;
;; This file is NOT part of Emacs.
;;