[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bitten by lexical-binding
From: |
Artur Malabarba |
Subject: |
Re: bitten by lexical-binding |
Date: |
Sun, 22 Nov 2015 14:12:13 +0000 |
> It turned out (though I do not understand completely) that
> the only thing I needed to do was to add a `lexical-binding'
> declaration to my file. (Luckily, the code in the file did
> not depend on dynamic binding.)
>From what I understand, lexical-binding definitely shouldn't have
affected this. Do you think you can come up with some self-contained
reproduction steps?