How is it similar? What can you learn from it?

This commit is contained in:
nik gaffney 2020-02-11 11:56:06 +11:00
parent 16c1e1ebd9
commit 024e42b49f

View file

@ -147,7 +147,7 @@ Further details can be found in the =style(1)= man page.\n"
(smog-target (buffer-file-name (current-buffer)))) (smog-target (buffer-file-name (current-buffer))))
;; run the shell command. synchronously. ;; run the shell command. synchronously.
(shell-command (shell-command
(mapconcat #'shell-quote-argument (list smog-command smog-target) " ") (concat smog-command " " (shell-quote-argument smog-target))
smog-output) smog-output)
;; output the results and add references (in org-mode if it's available) ;; output the results and add references (in org-mode if it's available)
(with-current-buffer smog-output (with-current-buffer smog-output