diff options
Diffstat (limited to 'git-email-magit.el')
-rw-r--r-- | git-email-magit.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-email-magit.el b/git-email-magit.el index cbb17b4..43395ae 100644 --- a/git-email-magit.el +++ b/git-email-magit.el @@ -51,5 +51,5 @@ (transient-append-suffix 'magit-patch-create "c" '(1 "s" "Send patch" git-email-magit-patch-send)) -(provide 'git-email-notmuch) -;;; git-email-notmuch.el ends here +(provide 'git-email-magit) +;;; git-email-magit.el ends here |