From 2e372b280dfc2a5d1cf476c4357597b417aac1f6 Mon Sep 17 00:00:00 2001 From: Theodor Thornhill Date: Fri, 21 Jan 2022 12:37:10 +0100 Subject: [PATCH] Fix indentation in NEWS * etc/NEWS: Correct description of indentation of 'cl-flet' and 'cl-labels' --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index f8c563d10f..4cf99490ce 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -345,7 +345,7 @@ are met. The conditions are given by the argument, which can be These forms now indent like this: (cl-flet ((bla (x) - (* x x))) + (* x x))) (bla 42)) This change also affects 'cl-macrolet', 'cl-flet*' and -- 2.30.2