From 36fe5e9fe3c4dd526de9e51f55ddde8a41b4de69 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Fri, 9 Oct 2020 09:52:45 +0200 Subject: 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) -- cgit v1.2.3