From d2329d6da234edf2becbf862a9f63c4e067596f9 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 14 Apr 2025 16:26:44 +0100 Subject: dir-locals: Indent call-with-atomic-output-file correctly. * .dir-locals.el (scheme-mode): Indent call-with-atomic-output-file correctly. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el index 49094d8..6b07349 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -9,6 +9,7 @@ (fill-column . 80) (eval . (put 'assoc-set 'scheme-indent-function 1)) (eval . (put 'build-gexp-script 'scheme-indent-function 1)) + (eval . (put 'call-with-atomic-output-file 'scheme-indent-function 1)) (eval . (put 'call-with-current-directory 'scheme-indent-function 1)) (eval . (put 'call-with-inferior 'scheme-indent-function 1)) (eval . (put 'maybe-let* 'scheme-indent-function 1)) -- cgit v1.2.3