[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: .dir-locals.el: Adjust indentation rule for ‘test-assertm’.
From: |
guix-commits |
Subject: |
02/07: .dir-locals.el: Adjust indentation rule for ‘test-assertm’. |
Date: |
Thu, 19 Oct 2023 18:36:02 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit dd19f3c39de08c1bd48adf571424a7169c968f52
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 19 16:33:17 2023 +0200
.dir-locals.el: Adjust indentation rule for ‘test-assertm’.
This reverts commit 92755c6352fd967bc74d8e5354aad057d779b717, which, at
the time, was correct for the 3-argument ‘test-assertm’ macro in
‘tests/pack.scm’ but incorrect for the 2-argument variant found in
other test files.
* .dir-locals.el: Decrease argument count for ‘test-assertm’.
---
.dir-locals.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index c63262848c..d18e6ba760 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -43,7 +43,7 @@
(eval . (put 'eval-when 'scheme-indent-function 1))
(eval . (put 'call-with-prompt 'scheme-indent-function 1))
(eval . (put 'test-assert 'scheme-indent-function 1))
- (eval . (put 'test-assertm 'scheme-indent-function 2))
+ (eval . (put 'test-assertm 'scheme-indent-function 1))
(eval . (put 'test-equalm 'scheme-indent-function 1))
(eval . (put 'test-equal 'scheme-indent-function 1))
(eval . (put 'test-eq 'scheme-indent-function 1))
- branch master updated (47e265af75 -> 6b0a321969), guix-commits, 2023/10/19
- 01/07: tests: Avoid three-argument ‘test-assertm’., guix-commits, 2023/10/19
- 03/07: gnu: unison: Update to 2.53.3., guix-commits, 2023/10/19
- 02/07: .dir-locals.el: Adjust indentation rule for ‘test-assertm’.,
guix-commits <=
- 04/07: services: nftables: Tighten the default rules., guix-commits, 2023/10/19
- 05/07: gnu: Add cl-slite., guix-commits, 2023/10/19
- 06/07: gnu: Add emacs-slite., guix-commits, 2023/10/19
- 07/07: home: services: Fix race condition when detecting first login., guix-commits, 2023/10/19