branch: scratch/add-vdiff
commit 8c78e586c988b75329ee18af0f733ac3a1155b39
Author: justbur <[email protected]>
Commit: justbur <[email protected]>
Fix compiler warning
---
vdiff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vdiff.el b/vdiff.el
index 5605d5d..a3ccef3 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -1311,7 +1311,7 @@ buffer)."
(defun vdiff--flag-new-command ()
(setq vdiff--new-command t))
-(defun vdiff--other-win-scroll-data (window window-start &optional buf-c)
+(defun vdiff--other-win-scroll-data (_window window-start &optional buf-c)
;; need other-win, start-pos, pos and scroll-amt
(let* ((other-buf (nth (if buf-c 1 0) (vdiff--unselected-buffers)))
(other-win (nth (if buf-c 1 0) (vdiff--unselected-windows)))