[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [Patch] Fix handling of variable capture location
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [Patch] Fix handling of variable capture location |
Date: |
Sat, 20 May 2017 08:36:23 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hello,
Yuri Lensky <address@hidden> writes:
> I now understand what you mean by the second call to symbol-value not being
> needed. The previous behavior only chose this "branch" of the cond if
> symbol-value was not nil. To keep this behavior but only have one call to
> symbol-value, why not change to (keep the symbol-value in the cond as
> opposed to the body of the branch):
>
> ((and (symbolp file) (boundp file) (symbol-value file)))
>
> to keep the old behavior of the cond statement?
We don't need to keep the old behaviour. The current one is as good.
Regards,
--
Nicolas Goaziou