guix-commits
[Top][All Lists]
Advanced

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



reply via email to

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