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

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

[nongnu] elpa/lua-mode ca24f4c 302/468: Add `run-lua` alias


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode ca24f4c 302/468: Add `run-lua` alias
Date: Thu, 5 Aug 2021 04:58:57 -0400 (EDT)

branch: elpa/lua-mode
commit ca24f4c9fbe586076cb6079c57407975c2b049a9
Author: Mario Rodas <marsam@users.noreply.github.com>
Commit: Mario Rodas <marsam@users.noreply.github.com>

    Add `run-lua` alias
---
 lua-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lua-mode.el b/lua-mode.el
index 8cee299..abe91f5 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1667,6 +1667,10 @@ This function just searches for a `end' at the beginning 
of a line."
           (replace-match "\\\\\\&" t)))
       (concat "'" (buffer-string) "'"))))
 
+;;;###autoload
+(defalias 'run-lua #'lua-start-process)
+
+;;;###autoload
 (defun lua-start-process (&optional name program startfile &rest switches)
   "Start a lua process named NAME, running PROGRAM.
 PROGRAM defaults to NAME, which defaults to `lua-default-application'.



reply via email to

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