guix-commits
[Top][All Lists]
Advanced

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

08/26: dir-locals: Fix MATCH-RECORD indentation.


From: guix-commits
Subject: 08/26: dir-locals: Fix MATCH-RECORD indentation.
Date: Sun, 4 Jun 2023 05:38:32 -0400 (EDT)

jpoiret pushed a commit to branch master
in repository guix.

commit e6dc1d399663b9fab30ded8bcb716a5b1dbf8743
Author: (unmatched-parenthesis d <paren@disroot.org>
AuthorDate: Fri Apr 28 20:19:04 2023 +0100

    dir-locals: Fix MATCH-RECORD indentation.
    
    * .dir-locals.el: Treat the fourth form onwards as the body, rather than
      the third onwards.
    
    Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
---
 .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))



reply via email to

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