It' magit-wash-diff-section, not magit-wash-section-diff...
* magit.el (magit-wash-diff): Here.
This commit is contained in:
parent
56df9cac09
commit
b2072a3604
1 changed files with 1 additions and 1 deletions
2
magit.el
2
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)))
|
||||
|
|
Loading…
Reference in a new issue