From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id kM+sEVY8xmEwGwAAsNZ9tg (envelope-from ); Fri, 24 Dec 2021 21:32:06 +0000 Received: from out1.migadu.com ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aMJtDVY8xmH6fAAAB5/wlQ (envelope-from ); Fri, 24 Dec 2021 21:32:06 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1640381526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zaYCSH9gJ/ZmiuhHnku1PXeU2AoIotEQadIHX7Hc/PA=; b=XrpESURb3R8yOs/9xiI+to2MdMr5v+qXFvXD7etG+305hoJOXOv2V8gM38GfHX2nB5pCLk fGAUDWinlOZ7+A1KCnpvbxAW36PNeSXlp47P1rTnKMxEc8u9ORMuUL5PM+igm77K5PK6G1 a3xNAzdUxGPuFZb6+FoN8U/2xGlOizWzLrYwYqvNxbfOsOKNCdx9bTVzCNGTuycnmRS/PK QBRoJr2gc5QfaoJWIBwLahmFLVTA1xCTqQexNVxJt6FTYZqbM1q4L4iCgQK4OKV2M/NUCn hbAAgGsFEUatnccn+WM4Rmt1mEfTP3hXSuPfMYbFS66AZ6iqP6VDOhTtWtVEUQ== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH] notmuch: Silence warning about "hidden" argument Date: Fri, 24 Dec 2021 16:31:53 -0500 Message-Id: <20211224213153.8115-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com X-TUID: M+xFKlDIwOL9 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.) --- piem-notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/piem-notmuch.el b/piem-notmuch.el index 71d56f7e..181480a7 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -122,7 +122,8 @@ (defun piem-notmuch-extract-patch-am-ready-mbox () (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"))) base-commit: a996e8d46f822aa97d392cefac304f06cd91fd20 -- 2.34.0