]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: notmuch-check-exit-status bugfix
authorMark Walters <markwalters1009@gmail.com>
Sat, 3 Sep 2016 22:59:38 +0000 (23:59 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 4 Sep 2016 11:22:30 +0000 (08:22 -0300)
This function prints diagnostic information in the event of an
error. However, one of the callers has an optional :stdin-string
keyword argument. This causes the error printing routine to error
itself.

Rather than reach notmuch-check-exit-status about the possible keyword
arguments (currently only one but could be more in the future) this
commit just tells notmuch-check-exit-status how to print non-string arguments.


No differences found