guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: .dir-locals.el: Adjust indentation rule for test-assertm.


From: guix-commits
Subject: 02/02: .dir-locals.el: Adjust indentation rule for test-assertm.
Date: Thu, 2 Feb 2023 23:52:06 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 92755c6352fd967bc74d8e5354aad057d779b717
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 2 14:13:36 2023 -0500

    .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.
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]