bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#56416: 29.0.50; cl-loop cl-psetq problem


From: Sean Whitton
Subject: bug#56416: 29.0.50; cl-loop cl-psetq problem
Date: Tue, 05 Jul 2022 22:01:42 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Evaluating

(cl-loop with list = '(1 2 3 4)

         for l in list
         for x = l and y = l

         collect x)

yields (1 1 2 3) but it should yield (1 2 3 4).

-- 
Sean Whitton





reply via email to

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