diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-08-10 23:16:32 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-08-10 23:37:50 -0400 |
commit | 2341b3403e607a1efd8cd47093cd7200bc63e521 (patch) | |
tree | 30519fbe3ca48f67ec0ef7933cd04d5eff4ee28a /README | |
parent | 0ee97e900f7daef3995284d0b4312c371b3427fa (diff) | |
download | piem-2341b3403e607a1efd8cd47093cd7200bc63e521.tar.gz |
Fix handling of -am-ready-mbox values
0ee97e9 (Explicitly specify --patch-format in git-am calls,
2020-08-09) made it possible for a piem-am-ready-mbox-functions member
to specify the format of the mbox by returning (FUNCTION FORMAT). If
FUNCTION is returned, then mboxrd is supposed to be taken as the
default format. The handling is broken, though, because
piem-am-ready-mbox tries to detect the (FUNCTION FORMAT) form with
listp, but that of course also returns true when the return value is
simply a function.
Instead, check to see whether the element matches a valid format
value. Switch from (FUNCTION FORMAT) to (FUNCTION . FORMAT) to make
it more convenient to pull out FORMAT with cdr-safe.
Message-Id: <877du5c1nz.fsf@kyleam.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions