branch: elpa/zig-mode
commit a4e1ce7296c11e668487ed9962be358755b9a6fc
Author: CadeMichael <cade.lue...@gmail.com>
Commit: Joachim Schmidt <joachim.schmidt...@outlook.com>

    compilation
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index be3a0ee069..047ddc5c1d 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -77,7 +77,7 @@ If given a SOURCE, execute the CMD on it."
          (if source
              (mapconcat 'shell-quote-argument (cons source args) " ")
            args)))
-    (compile (concat zig-zig-bin " " cmd " " cmd-args))))
+    (compilation-start (concat zig-zig-bin " " cmd " " cmd-args))))
 
 ;;;###autoload
 (defun zig-toggle-format-on-save ()

Reply via email to