From: Mark Walters Date: Sat, 3 Sep 2016 22:59:38 +0000 (+0100) Subject: emacs: notmuch-check-exit-status bugfix X-Git-Tag: 0.23_rc0~51 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=74b54fb0faff4a6f69f1cf54dba9ac39e9aa754c;hp=74b54fb0faff4a6f69f1cf54dba9ac39e9aa754c 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. ---