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

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

[elpa] scratch/add-vdiff 8c78e58 170/258: Fix compiler warning


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff 8c78e58 170/258: Fix compiler warning
Date: Wed, 17 May 2017 08:13:45 -0400 (EDT)

branch: scratch/add-vdiff
commit 8c78e586c988b75329ee18af0f733ac3a1155b39
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    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)))



reply via email to

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