From f6b57a77dcfedf759a9297c3f3ab5ad0dc93021b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 24 Aug 2008 03:33:24 +0300 Subject: [PATCH] Bugfix. * magit.el (magit-visit-item): Pass commit to magit-show-commit, as required. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 13d048c6..e84d2a0b 100644 --- a/magit.el +++ b/magit.el @@ -1106,7 +1106,7 @@ Please see the manual for a complete description of Magit. (if line (goto-line line)))) ((commit) - (magit-show-commit) + (magit-show-commit info) (pop-to-buffer "*magit-commit*")))) (defun magit-show-item-or-scroll-up ()