From 2b08667d9165da5381e6044b1ffa0bea90241110 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 24 Dec 2021 16:31:53 -0500 Subject: notmuch: Silence warning about "hidden" argument Move an argument to its own line to avoid the warning from lisp-mode's lisp--match-hidden-arg. (And while touching that line, fix up the indentation of piem-notmuch--with-current-message's BODY.) Message-Id: <20211224213153.8115-1-kyle@kyleam.com> --- piem-notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/piem-notmuch.el b/piem-notmuch.el index 71d56f7..181480a 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -122,7 +122,8 @@ notmuch thread." (notmuch-show-get-subject)) (= (notmuch-count-attachments (piem-notmuch--with-current-message - (mm-dissect-buffer))) 0)) + (mm-dissect-buffer))) + 0)) (let* ((thread-id (or notmuch-show-thread-id (error "bug: notmuch-show-thread-id unexpectedly nil"))) -- cgit v1.2.3