emacs-orgmode
[Top][All Lists]
Advanced

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

Re: More use of lexical-binding in ox.el


From: Stefan Monnier
Subject: Re: More use of lexical-binding in ox.el
Date: Wed, 28 Apr 2021 10:15:57 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Yes:
>>
>>                      (push (cons var val) varvals))))
>>             varvals)))
>>
>> should be
>>
>>                      (push (cons var val) varvals)))))
>>           varvals))
>>
>> so that the final `varvals` is outside the `dolist` (it's the thing we
>> want to return to store it in the outer `varvals` variable).
>
> Indeed. I couldn't spot this.

Yes, I tried to make it discrete.
Sadly, your test suite wasn't fooled,


        Stefan




reply via email to

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