branch: elpa/lua-mode
commit 33097fec0d32145389c6ec8c407a1b706c8e77e5
Merge: 3019e75 e6faecc
Author: dennis again <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #123 from zonuexe/fix/auto-mode-alist
    
    Fix auto-mode-alist
---
 lua-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua-mode.el b/lua-mode.el
index 1ca228b..4db8dd5 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -780,7 +780,7 @@ Groups 6-9 can be used in any of argument regexps."
 
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
+(add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))
 
 ;;;###autoload
 (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))

Reply via email to