diff mbox series

[bug#67020] .dir-locals.el: Indent with-atomic-json-file-replacement.

Message ID 1ef078f5e6d23d0c1de4a328c5043c442342727e.1699547527.git.philip@philipmcgrath.com
State New
Headers show
Series [bug#67020] .dir-locals.el: Indent with-atomic-json-file-replacement. | expand

Commit Message

Philip McGrath Nov. 9, 2023, 4:33 p.m. UTC
This function is defined in guix/build/node-build-system.scm.

* .dir-locals.el (scheme-mode): Indent
'with-atomic-json-file-replacement' like 'with-output-to-file'.
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)


base-commit: 19fe24c5b978a16cbca3cddbfa3ab9d1ee2c68f2
diff mbox series

Patch

diff --git a/.dir-locals.el b/.dir-locals.el
index d18e6ba760..2426b3449b 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -91,6 +91,7 @@ 
    (eval . (put 'with-error-handling 'scheme-indent-function 0))
    (eval . (put 'with-mutex 'scheme-indent-function 1))
    (eval . (put 'with-atomic-file-output 'scheme-indent-function 1))
+   (eval . (put 'with-atomic-json-file-replacement 'scheme-indent-function 1))
    (eval . (put 'call-with-compressed-output-port 'scheme-indent-function 2))
    (eval . (put 'call-with-decompressed-port 'scheme-indent-function 2))
    (eval . (put 'call-with-gzip-input-port 'scheme-indent-function 1))