branch: elpa/aidermacs
commit f37bfa10aaccd7a5e47444a9fb1d2dd81f849d3c
Author: Mingde (Matthew) Zeng <matthew...@posteo.net>
Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>

    Fix parenthesis, again!
    
    Signed-off-by: Mingde (Matthew) Zeng <matthew...@posteo.net>
---
 aidermacs-backend-vterm.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aidermacs-backend-vterm.el b/aidermacs-backend-vterm.el
index 22ab2c93d4..d4f2c56039 100644
--- a/aidermacs-backend-vterm.el
+++ b/aidermacs-backend-vterm.el
@@ -57,8 +57,8 @@ This is a covoluted HACK of capturing aider output until 
someone comes up with a
                    (let ((output (buffer-substring-no-properties start-point 
seq-start)))
                      (aidermacs--store-output (string-trim output))
                      ;; Restore the original filter.
-                     (set-process-filter proc orig-filter))))))))))
-    (apply orig-fun args)))
+                     (set-process-filter proc orig-filter)))))))))))
+    (apply orig-fun args))
 
 (defun aidermacs-run-aidermacs-vterm (program args buffer-name)
   "Create a vterm-based buffer and run aidermacs PROGRAM with ARGS in 
BUFFER-NAME.

Reply via email to