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

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

[elpa] scratch/add-vdiff de84cfd 232/258: vdiff-magit: Fix a function re


From: Justin Burkett
Subject: [elpa] scratch/add-vdiff de84cfd 232/258: vdiff-magit: Fix a function reference in dwim
Date: Wed, 17 May 2017 08:13:59 -0400 (EDT)

branch: scratch/add-vdiff
commit de84cfdf89aa0ef6e30eff91387c2fae92770fcb
Author: Justin Burkett <address@hidden>
Commit: Justin Burkett <address@hidden>

    vdiff-magit: Fix a function reference in dwim
---
 vdiff-magit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vdiff-magit.el b/vdiff-magit.el
index fda9c36..e2f469e 100644
--- a/vdiff-magit.el
+++ b/vdiff-magit.el
@@ -345,7 +345,7 @@ mind at all, then it asks the user for a command to run."
               (apply 'vdiff-magit-compare revA revB
                      (magit-ediff-read-files revA revB file)))
              ((eq command 'vdiff-magit-show-commit)
-              (magit-ediff-show-commit revB))
+              (vdiff-magit-show-commit revB))
              ((eq command 'vdiff-magit-show-stash)
               (vdiff-magit-show-stash revB))
              (file



reply via email to

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