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

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

[nongnu] elpa/lua-mode e9a17ba 120/468: Added autoload for (add-to-list


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode e9a17ba 120/468: Added autoload for (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
Date: Thu, 5 Aug 2021 04:58:19 -0400 (EDT)

branch: elpa/lua-mode
commit e9a17ba4dddc949e9783c97c97fa86ab550be5f3
Author: Rafael Sanchez <rafael@cornerdimension.com>
Commit: Rafael Sanchez <rafael@cornerdimension.com>

    Added autoload for (add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
---
 lua-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lua-mode.el b/lua-mode.el
index 71bb5b0..1947a97 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -375,6 +375,9 @@ The following keys are bound:
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
 
+;;;###autoload
+(add-to-list 'interpreter-mode-alist '("lua" . lua-mode))
+
 (defun lua-electric-match (arg)
   "Insert character and adjust indentation."
   (interactive "P")



reply via email to

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