.dir-locals.el: Properly indent 'wrap-script'.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 28 Jun 2022 04:37:34 +0000 (00:37 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 28 Jun 2022 04:37:34 +0000 (00:37 -0400)
* .dir-locals.el (scheme-mode): Indent 'wrap-script' the same way as
'wrap-program'.

.dir-locals.el

index da6a44e..9edabba 100644 (file)
    (eval . (put 'run-with-store 'scheme-indent-function 1))
    (eval . (put 'run-with-state 'scheme-indent-function 1))
    (eval . (put 'wrap-program 'scheme-indent-function 1))
+   (eval . (put 'wrap-script 'scheme-indent-function 1))
    (eval . (put 'with-imported-modules 'scheme-indent-function 1))
    (eval . (put 'with-extensions 'scheme-indent-function 1))
    (eval . (put 'with-parameters 'scheme-indent-function 1))