emacs-diffs
[Top][All Lists]
Advanced

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

master 6f6b641975e 7/7: Merge from origin/emacs-30


From: Eli Zaretskii
Subject: master 6f6b641975e 7/7: Merge from origin/emacs-30
Date: Sat, 7 Dec 2024 09:18:04 -0500 (EST)

branch: master
commit 6f6b641975e4828f96913b29b1476c6323c952d8
Merge: 0ece0e68ee5 4f2a21cc2a3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Merge from origin/emacs-30
    
    4f2a21cc2a3 Don't restrict 'lua-ts-send-file' to 'lua-ts-mode'
---
 lisp/progmodes/lua-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el
index 828636f359d..f7669a1b015 100644
--- a/lisp/progmodes/lua-ts-mode.el
+++ b/lisp/progmodes/lua-ts-mode.el
@@ -694,7 +694,7 @@ Calls REPORT-FN directly."
 
 (defun lua-ts-send-file (file)
   "Send contents of FILE to the inferior Lua process."
-  (interactive "f" lua-ts-mode)
+  (interactive "f")
   (with-temp-buffer
     (insert-file-contents-literally file)
     (lua-ts-send-region (point-min) (point-max))))



reply via email to

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