From c3ef6ab1a62cf23cd15fd8865ec6bcdf8e7e4ad7 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 5 Nov 2023 00:32:41 +0100 Subject: Fix `match-record' indentation --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 2317c777..9761ff20 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -20,7 +20,7 @@ (eval . (put 'guard 'scheme-indent-function 1)) (eval . (put 'lambda* 'scheme-indent-function 1)) (eval . (put 'substitute* 'scheme-indent-function 1)) - (eval . (put 'match-record 'scheme-indent-function 2)) + (eval . (put 'match-record 'scheme-indent-function 3)) ;; 'modify-inputs' and its keywords. (eval . (put 'modify-inputs 'scheme-indent-function 1)) -- cgit v1.2.3