* magit.el (magit-write-hunk-item-patch): Corrected 'info' argument to 'item'.

Damn dynamic scope covered this up for us.
This commit is contained in:
Marius Vollmer 2008-08-21 02:25:57 +03:00
parent 23bdc84c46
commit d4aacdbd73

View file

@ -655,7 +655,7 @@ Please see the manual for a complete description of Magit.
;;; Staging
(defun magit-write-hunk-item-patch (info file)
(defun magit-write-hunk-item-patch (item file)
(write-region (magit-hunk-item-head-beg item)
(magit-hunk-item-head-end item)
file)