guix-commits
[Top][All Lists]
Advanced

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

01/10: .dir-locals.el: fix call-with-{retrying-}transaction indenting.


From: guix-commits
Subject: 01/10: .dir-locals.el: fix call-with-{retrying-}transaction indenting.
Date: Mon, 14 Sep 2020 04:54:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1d40e6fdd1898d94d9611b01ebd893aab72dec54
Author: Caleb Ristvedt <caleb.ristvedt@cune.org>
AuthorDate: Wed Jun 24 01:00:40 2020 -0500

    .dir-locals.el: fix call-with-{retrying-}transaction indenting.
    
    * .dir-locals.el (call-with-transaction, call-with-retrying-transaction):
      change scheme-indent-function property from 2 to 1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 .dir-locals.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 7f96670..5954e31 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -90,9 +90,9 @@
    (eval . (put 'let-system 'scheme-indent-function 1))
 
    (eval . (put 'with-database 'scheme-indent-function 2))
-   (eval . (put 'call-with-transaction 'scheme-indent-function 2))
+   (eval . (put 'call-with-transaction 'scheme-indent-function 1))
    (eval . (put 'with-statement 'scheme-indent-function 3))
-   (eval . (put 'call-with-retrying-transaction 'scheme-indent-function 2))
+   (eval . (put 'call-with-retrying-transaction 'scheme-indent-function 1))
    (eval . (put 'call-with-savepoint 'scheme-indent-function 1))
    (eval . (put 'call-with-retrying-savepoint 'scheme-indent-function 1))
 



reply via email to

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