From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gBAqHZUcTGTK1AAASxT56A (envelope-from ) for ; Fri, 28 Apr 2023 21:20:53 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id nhEqHZUcTGRapAAA9RJhRA (envelope-from ) for ; Fri, 28 Apr 2023 21:20:53 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 46FBE38393 for ; Fri, 28 Apr 2023 21:20:53 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=kY1H9jUQ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1682709653; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=keSHfOxooyNqyofh4Uz6Aj2YjLayJCcM0nhwmg9+3Sw=; b=pYCufE/+rBYWiUusenAnnRbwdF5BTODT6Roy744w77TRqMEonGSjLH6UZcrhW+ijokEb3S UIY+d+2/j9NzveZ8fKqOTS8lVVw8B98xyIgsVN0fz6rQF8yRB8OoUZ9XiZ2b31UDYp+7Kn D9xsqnJMCq+YCI+wN8ZVejYKHhWSROrgkglonxM/kJcBIwud9G4Wfoj00ScvOWf/3++TS6 VaRLt8PL9WafNqcqQV31wIGR+UNn6z8i8Pp2d5G46S7tz0tWv//i4mZdOyf5NkCaXU/2UD JkV6mpm2LZUX+2ACCwBPEYahRE48OlInlYSI93xMDasNVXVCNZzN+ZHGgwvRew== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=kY1H9jUQ; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682709653; a=rsa-sha256; cv=none; b=Sg16l32sN3iMLEh8W3UsTX0v6Ckpl/OHDa7oxYgGSBcCNZkRkkGsEFE4eCVxUv4KjWeLjU ua8Cej45+8Rv6OmycB4LFmwKwOcTpr5uJVzUIPBxzq4Zyifqx7/CSoAjs6IASDDeiaCXvh zWXZ7NECKxwsA2+mioc2dd28jczcq/ANa0VE3bCaynkQKnwlYrRRnzDSUUR0JndJV8CtOS XR8/V7nmIcdixaHtxjjRYKwQQA2GXEb1Z1+WV4OtXxmVCo9rnq/Xh6nrCqNXEXl9mtx4tI sB3zFlIYZkRqlO4/GoopKminrRKkFFRhl3bgPDkbQWKXmnCWjl4cj97y467SVg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1psTdp-0002ag-Pp; Fri, 28 Apr 2023 15:20:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1psTdT-0002PS-W7 for guix-patches@gnu.org; Fri, 28 Apr 2023 15:20:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1psTdS-0004CN-HT for guix-patches@gnu.org; Fri, 28 Apr 2023 15:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1psTdS-00063B-D6 for guix-patches@gnu.org; Fri, 28 Apr 2023 15:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63135] [PATCH v2 4/5] dir-locals: Fix MATCH-RECORD indentation. Resent-From: "(" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 28 Apr 2023 19:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63135 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63135@debbugs.gnu.org Cc: "\(" , Josselin Poiret Received: via spool by 63135-submit@debbugs.gnu.org id=B63135.168270956023123 (code B ref 63135); Fri, 28 Apr 2023 19:20:02 +0000 Received: (at 63135) by debbugs.gnu.org; 28 Apr 2023 19:19:20 +0000 Received: from localhost ([127.0.0.1]:34534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psTcm-00060n-6s for submit@debbugs.gnu.org; Fri, 28 Apr 2023 15:19:20 -0400 Received: from knopi.disroot.org ([178.21.23.139]:41590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1psTck-000608-5B for 63135@debbugs.gnu.org; Fri, 28 Apr 2023 15:19:18 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A32E840274; Fri, 28 Apr 2023 21:19:17 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z-0VSZKiypH3; Fri, 28 Apr 2023 21:19:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1682709556; bh=RQOqLPb86/6MOEVAHzd6IhmBJjOyLl+ukQRIqgZf3aw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kY1H9jUQ8yJLSXlM0ICIB770OzrGrAy9BbzkfZGtlkkN6WSAMv2Az2YTQAZpxvWzi sJiE13uxwD2I/Da5eJfPjuGlKPD73hCin2ZUnkfBHCyYV6p2PyvhqJK0PebIoyLxk0 crPjsHfKrN0wp3/eQHC9pG8evnJIV0yOHuzw+U2RElKyPbni2Ffib8zsMMTYck5Cyg 0BCCHxJFpoFB4uYKiQHjvanKfpgpjEloh7fkYbuAybqGPZuTQ5u9GBaA7O7NyYJ3Md +JNwvX94mwO8ZN4GuQVShgCmVbGoEydRPRTYf2tlO+nYw7aegAEapByTBWgegla7CE 9A1ujTqB0LuqQ== Date: Fri, 28 Apr 2023 20:19:04 +0100 Message-Id: <20230428191905.13860-5-paren@disroot.org> In-Reply-To: <20230428191905.13860-1-paren@disroot.org> References: <20230428191905.13860-1-paren@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: "\(" X-ACL-Warn: , "\( via Guix-patches" From: "\( via Guix-patches" via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: UNKNOWN X-Migadu-Spam-Score: -5.05 X-Spam-Score: -5.05 X-Migadu-Queue-Id: 46FBE38393 X-Migadu-Scanner: in3.migadu.com X-TUID: PguCkeuVJIyb * .dir-locals.el: Treat the fourth form onwards as the body, rather than the third onwards. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index a5f627a9ba..3ffd25ee94 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -70,7 +70,7 @@ (eval . (put 'guard 'scheme-indent-function 1)) (eval . (put 'lambda* 'scheme-indent-function 1)) (eval . (put 'substitute* 'scheme-indent-function 1)) - (eval . (put 'match-record 'scheme-indent-function 2)) + (eval . (put 'match-record 'scheme-indent-function 3)) ;; TODO: Contribute these to Emacs' scheme-mode. (eval . (put 'let-keywords 'scheme-indent-function 3)) -- 2.39.2