* 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:
parent
23bdc84c46
commit
d4aacdbd73
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue