]> git.notmuchmail.org Git - notmuch/commit
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)
commit74b54fb0faff4a6f69f1cf54dba9ac39e9aa754c
treee6d95215c1b947ccf423511a905468fa4fd9a5b9
parente0e6a17675a4f4f56f2c6891aaf7eb50f404ffd2
emacs: notmuch-check-exit-status bugfix

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.
emacs/notmuch-lib.el