Dave Goel <deego3@gmail.com> writes:
> On Sun, Nov 5, 2023 at 12:06 AM Dave Goel <deego3@gmail.com> wrote:
>
>> (progn
>> (setq lexical-binding nil)
>>
>> (dotimes (ii 10)
>> (defmacro mac ()
>> `(message "%S" ,ii)
>> (sit-for 0.1))
The macro expansion of mac is what it returns, which is what sit-for
returns...