emacs-devel
[Top][All Lists]
Advanced

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

Re: unused local variables


From: Juanma Barranquero
Subject: Re: unused local variables
Date: Fri, 30 Nov 2007 10:22:35 +0100

On Nov 30, 2007 1:23 AM, 山本和彦 Kazu Yamamoto <address@hidden> wrote:

> Please look at the following example:
>
> (let ((used-local-variable 0)
>       (unused-local-variable 1))
>   (setq used-local-variable (1+ used-local-variable)))

With dynamic binding, that's going to be imposible to detect for most
non-trivial let bodies... Or am I missing something obvious?

             Juanma

reply via email to

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