summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-02-02 14:13:36 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-02-02 14:14:39 -0500
commit702cf01568f1af193424b1c6db9b7f32d1951c9a (patch)
treef4119cb3aeb2453f2779796e2941f040687e0993
parent6d66b315e716be73a26bd057062a94a0d5a38c03 (diff)
downloadguix-patches-702cf01568f1af193424b1c6db9b7f32d1951c9a.tar
guix-patches-702cf01568f1af193424b1c6db9b7f32d1951c9a.tar.gz
.dir-locals.el: Adjust indentation rule for test-assertm.
* .dir-locals.el: Adjust the scheme-indent-function property for test-assertm, so that the two first arguments (the test name and the store variable) are indented as procedure arguments.
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 71702d3e6c..a331bde0f1 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -61,7 +61,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 1))
+ (eval . (put 'test-assertm 'scheme-indent-function 2))
(eval . (put 'test-equalm 'scheme-indent-function 1))
(eval . (put 'test-equal 'scheme-indent-function 1))
(eval . (put 'test-eq 'scheme-indent-function 1))