From 5c74fa234963569e29dc44e3f4be4665bb483637 Mon Sep 17 00:00:00 2001 From: Lars Andersen Date: Mon, 19 Aug 2013 14:04:10 +0200 Subject: [PATCH] Remove dependence on void magit variable The variable magit-log-edit-confirm-cancellation appears to be removed from magit, causing magithub to crash the initialization of magit. Fixes #11 --- magithub.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magithub.el b/magithub.el index 128e673..c0f10cb 100644 --- a/magithub.el +++ b/magithub.el @@ -43,7 +43,7 @@ This is more secure, but slower." :group 'magithub :type 'hook) -(defcustom magithub-message-confirm-cancellation magit-log-edit-confirm-cancellation +(defcustom magithub-message-confirm-cancellation t "If non-nil, confirm when cancelling the editing of a `magithub-message-mode' buffer." :group 'magithub :type 'boolean)