[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))
- branch master updated (24244f3 -> c22c6de), guix-commits, 2020/09/14
- 01/10: .dir-locals.el: fix call-with-{retrying-}transaction indenting.,
guix-commits <=
- 02/10: deduplication: pass store directory to replace-with-link., guix-commits, 2020/09/14
- 04/10: database: register-items: reduce transaction scope., guix-commits, 2020/09/14
- 03/10: database: document extra registration requirements., guix-commits, 2020/09/14
- 05/10: gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 07/10: gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 09/10: gnu: ganeti: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 10/10: gnu: rapicorn: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 06/10: gnu: emacs-ox-pandoc: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 08/10: gnu: manuskript: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14