dir-locals: Fix MATCH-RECORD indentation.

* .dir-locals.el: Treat the fourth form onwards as the body, rather than
  the third onwards.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
This commit is contained in:
(unmatched-parenthesis d 2023-04-28 20:19:04 +01:00 committed by Josselin Poiret
parent b88e38d4b5
commit e6dc1d3996
No known key found for this signature in database
GPG Key ID: 505E40B916171A8A
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,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))
;; TODO: Contribute these to Emacs' scheme-mode.
(eval . (put 'let-keywords 'scheme-indent-function 3))