summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el3
1 files changed, 1 insertions, 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)