From 8793741a3033714b0e5fc2c97622ce9ab4cee83b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 11 Jul 2026 00:03:42 -0500 Subject: fix(system-utils): correct swapped args in the run-on-file message --- modules/system-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system-utils.el b/modules/system-utils.el index e779026a..58325d06 100644 --- a/modules/system-utils.el +++ b/modules/system-utils.el @@ -92,7 +92,7 @@ detached from Emacs." output-buffer (format "%s %s" command (shell-quote-argument file))) (message "Running %s on %s..." - (file-name-nondirectory file) command))))) + command (file-name-nondirectory file)))))) ;;; ------------------------------ Server Shutdown ------------------------------ -- cgit v1.2.3