Open
Description
Hello,
I have magit and magithub installed with M-x package-list-packages. When I try to load magit (yes, magit, not magithub), I get this error:
(void-variable magit-log-edit-confirm-cancellation)
This is what's happening:
- loading magit triggers loading magithub because of
;;;###autoload
(eval-after-load 'magit
'(unless (featurep 'magithub)
(require 'magithub)))
- in magithub, there is this form:
(defcustom magithub-message-confirm-cancellation magit-log-edit-confirm-cancellation
"If non-nil, confirm when cancelling the editing of a `magithub-message-mode' buffer."
:group 'magithub
:type 'boolean)
- evaluating it raises the error because magit-log-edit-confirm-cancellation is not defined.
Maybe the variable has been removed? Dunno.
Michael.
Metadata
Metadata
Assignees
Labels
No labels