diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-05-13 23:02:28 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-05-13 23:02:49 -0400 |
commit | ee43bf48274b41902d3f6b08a00fc08d0f0e5bda (patch) | |
tree | 0aad99b727f29bebe6044436fb59603cabd0e62d | |
parent | 1b302aad8d6b835750e854c2e88f71489d3eca63 (diff) | |
download | piem-ee43bf48274b41902d3f6b08a00fc08d0f0e5bda.tar.gz |
b4: Correct file name in autoload of 'am' transient
-rw-r--r-- | piem-b4.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |