summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-10-09 09:52:45 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-10-09 09:54:37 +0200
commit36fe5e9fe3c4dd526de9e51f55ddde8a41b4de69 (patch)
tree6f25c419df05b3fb0c0cc9db6a8750fecddcc4e2
parent77a3eeec3544fd3e9191bb18ca211cf5cd0715cf (diff)
downloadcuirass-36fe5e9fe3c4dd526de9e51f55ddde8a41b4de69.tar
cuirass-36fe5e9fe3c4dd526de9e51f55ddde8a41b4de69.tar.gz
Update .dir-locals.el.
* .dir-locals (scheme-mode): Update it.
-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)