emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/zig-mode a4e1ce7296: compilation


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode a4e1ce7296: compilation
Date: Sun, 27 Nov 2022 04:00:06 -0500 (EST)

branch: elpa/zig-mode
commit a4e1ce7296c11e668487ed9962be358755b9a6fc
Author: CadeMichael <cade.lueker@gmail.com>
Commit: Joachim Schmidt <joachim.schmidt557@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

[Prev in Thread] Current Thread [Next in Thread]