emacs-devel
[Top][All Lists]
Advanced

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

Re: unused local variables


From: 山本和彦
Subject: Re: unused local variables
Date: Fri, 30 Nov 2007 09:23:22 +0900 (JST)

> what does "unused" mean, precisely?  can you give an example?

Please look at the following example:

(let ((used-local-variable 0)
      (unused-local-variable 1))
  (setq used-local-variable (1+ used-local-variable)))

--Kazu




reply via email to

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