From 024e42b49ffa8e833a6824bb6c1c797cd23c9613 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Tue, 11 Feb 2020 11:56:06 +1100 Subject: [PATCH] How is it similar? What can you learn from it? --- smog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smog.el b/smog.el index dbbfc9d..939f4f0 100644 --- a/smog.el +++ b/smog.el @@ -147,7 +147,7 @@ Further details can be found in the =style(1)= man page.\n" (smog-target (buffer-file-name (current-buffer)))) ;; run the shell command. synchronously. (shell-command - (mapconcat #'shell-quote-argument (list smog-command smog-target) " ") + (concat smog-command " " (shell-quote-argument smog-target)) smog-output) ;; output the results and add references (in org-mode if it's available) (with-current-buffer smog-output