read-print: Fix indentation rule for 'match-lambda*'.
Fixes <https://issues.guix.gnu.org/58040>. Reported by Maxime Devos <maximedevos@telenet.be>. * guix/read-print.scm (%special-forms): Set 'match-lambda*' parameter count to 1.
This commit is contained in:
parent
3624f4358c
commit
4bd75d79e5
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ (define %special-forms
|
||||||
('lambda 2)
|
('lambda 2)
|
||||||
('lambda* 2)
|
('lambda* 2)
|
||||||
('match-lambda 1)
|
('match-lambda 1)
|
||||||
('match-lambda* 2)
|
('match-lambda* 1)
|
||||||
('define 2)
|
('define 2)
|
||||||
('define* 2)
|
('define* 2)
|
||||||
('define-public 2)
|
('define-public 2)
|
||||||
|
|
Loading…
Reference in a new issue