From ee43bf48274b41902d3f6b08a00fc08d0f0e5bda Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 13 May 2020 23:02:28 -0400 Subject: b4: Correct file name in autoload of 'am' transient --- piem-b4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piem-b4.el b/piem-b4.el index b073cbd..40c8867 100644 --- a/piem-b4.el +++ b/piem-b4.el @@ -305,7 +305,7 @@ in `piem-b4-default-branch-function'." :argument "--cherry-pick=" :reader #'read-string) -;;;###autoload (autoload 'piem-b4-am "b4" nil t) +;;;###autoload (autoload 'piem-b4-am "piem-b4" nil t) (define-transient-command piem-b4-am () "Filter mbox to patches and feed to git-am" ["General options" -- cgit v1.2.3