emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a133af7c7f 2/2: Fix indentation in NEWS of cl-flet item


From: Lars Ingebrigtsen
Subject: master a133af7c7f 2/2: Fix indentation in NEWS of cl-flet item
Date: Fri, 21 Jan 2022 07:05:26 -0500 (EST)

branch: master
commit a133af7c7f3aa2fd7fb4fea9c54cd082ed1481f3
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix indentation in NEWS of cl-flet item
    
    * etc/NEWS: Correct description of indentation of 'cl-flet' and
    'cl-labels (bug#53410).
---
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]