aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Pasquet <dev@etenil.net>2022-11-14 23:03:57 +0000
committerGene Pasquet <dev@etenil.net>2022-11-14 23:03:57 +0000
commit5e9a882c566c2f1bf35dec651f865002e741ab55 (patch)
treec0878c0296391eb08c97c66bca398cc0d26b3674
parent16da9c1ae13248aafc168f15856bbad0cf85f003 (diff)
Output in the temporary buffer
-rw-r--r--barb-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/barb-mode.el b/barb-mode.el
index c7bcc31..a6c8684 100644
--- a/barb-mode.el
+++ b/barb-mode.el
@@ -35,7 +35,7 @@
(let ((active-buf (current-buffer)))
(with-output-to-temp-buffer "*barb*"
(let ((buffer (get-buffer "*barb*")))
- (call-process "/home/etenil/.cargo/bin/barb" nil t nil (buffer-file-name active-buf)))))))
+ (call-process "/home/etenil/.cargo/bin/barb" nil buffer nil (buffer-file-name active-buf)))))))
(defvar barb-mode-map