From c39bc49529335c2267e5b7c97fd2728cdc17d15c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 23 Sep 2026 02:02:01 +0100 Subject: Port smoke test from python bindings. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 3c298da..8050241 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -7,6 +7,7 @@ (indent-tabs-mode t)) (scheme-mode (eval put 'call-with-database 'scheme-indent-function 1) - (eval put 'call-with-writable-database 'scheme-indent-function 1))) + (eval put 'call-with-writable-database 'scheme-indent-function 1) + (eval put 'call-with-temporary-writable-database 'scheme-indent-function 1))) -- cgit 1.4.1