branch: externals/vc-jj
commit c75a6529395e88d7a7098bb580728dc8490126e8
Author: Wojciech Siewierski <wojci...@siewierski.eu>
Commit: Wojciech Siewierski <wojci...@siewierski.eu>

    Note the missing async support in diff
---
 vc-jj.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vc-jj.el b/vc-jj.el
index 1bf15e202f..980ef41c4c 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -159,7 +159,8 @@
 
 (defvar vc-jj-diff-switches '("--git"))
 
-(defun vc-jj-diff (files &optional rev1 rev2 buffer async)
+(defun vc-jj-diff (files &optional rev1 rev2 buffer _async)
+  ;; TODO: handle async
   (setq buffer (or buffer "*vc-diff*"))
   (cond
    ((and (null rev1)

Reply via email to