[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Mathieu Othacehe |
Date: |
Fri, 9 Oct 2020 03:54:48 -0400 (EDT) |
branch: master
commit 36fe5e9fe3c4dd526de9e51f55ddde8a41b4de69
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Oct 9 09:52:45 2020 +0200
Update .dir-locals.el.
* .dir-locals (scheme-mode): Update it.
---
.dir-locals.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 465aa58..a62798b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -13,8 +13,7 @@
(eval put 'test-error 'scheme-indent-function 1)
(eval put 'make-parameter 'scheme-indent-function 1)
(eval put 'with-database 'scheme-indent-function 0)
- (eval put 'with-db-critical-section 'scheme-indent-function 1)
- (eval . (put 'with-critical-section 'scheme-indent-function 2)))
+ (eval put 'with-db-worker-thread 'scheme-indent-function 1))
(texinfo-mode
(indent-tabs-mode)
(fill-column . 72)