It' magit-wash-diff-section, not magit-wash-section-diff...

* magit.el (magit-wash-diff): Here.
This commit is contained in:
Marius Vollmer 2009-06-07 21:17:07 +03:00
parent 56df9cac09
commit b2072a3604

View file

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