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
@ -277,7 +277,7 @@ expressions and blanks that were read."
|
||||
('lambda 2)
|
||||
('lambda* 2)
|
||||
('match-lambda 1)
|
||||
('match-lambda* 2)
|
||||
('match-lambda* 1)
|
||||
('define 2)
|
||||
('define* 2)
|
||||
('define-public 2)
|
||||
|
Loading…
Reference in New Issue
Block a user