emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode e6faecc 328/468: Use \\' instead of $


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode e6faecc 328/468: Use \\' instead of $
Date: Thu, 5 Aug 2021 04:59:03 -0400 (EDT)

branch: elpa/lua-mode
commit e6faecc26a8cb0bd20dd873520f7deea7c775099
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Use \\' instead of $
    
    see https://www.emacswiki.org/emacs/AutoModeAlist
---
 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

[Prev in Thread] Current Thread [Next in Thread]