aboutsummaryrefslogtreecommitdiff
path: root/modules/system-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system-utils.el')
-rw-r--r--modules/system-utils.el2
1 files changed, 1 insertions, 1 deletions
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 ------------------------------