summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-12-24 16:31:53 -0500
committerKyle Meyer <kyle@kyleam.com>2021-12-26 11:35:06 -0500
commit2b08667d9165da5381e6044b1ffa0bea90241110 (patch)
treee5837a0b34f71382eac2d9641f8d282fee239d77
parenta996e8d46f822aa97d392cefac304f06cd91fd20 (diff)
downloadpiem-2b08667d9165da5381e6044b1ffa0bea90241110.tar.gz
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>
-rw-r--r--piem-notmuch.el3
1 files changed, 2 insertions, 1 deletions
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")))