From d4aacdbd731945baaa14487b852597d61993b51b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 21 Aug 2008 02:25:57 +0300 Subject: [PATCH] * magit.el (magit-write-hunk-item-patch): Corrected 'info' argument to 'item'. Damn dynamic scope covered this up for us. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index e61ebb36..c89f573c 100644 --- a/magit.el +++ b/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)