From b2072a36043af9393deb54d72abcc464dfaf714d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 7 Jun 2009 21:17:07 +0300 Subject: [PATCH] It' magit-wash-diff-section, not magit-wash-section-diff... * magit.el (magit-wash-diff): Here. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index a13cfb53..e95157f8 100644 --- a/magit.el +++ b/magit.el @@ -1529,7 +1529,7 @@ Please see the manual for a complete description of Magit. (defun magit-wash-diff () (magit-with-section (magit-current-line) 'diff - (magit-wash-section-diff))) + (magit-wash-diff-section))) (defun magit-diff-item-kind (diff) (car (magit-section-info diff)))