bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21389: bogus diagnostic about unused lexical variable in eshell/time


From: Stefan Monnier
Subject: bug#21389: bogus diagnostic about unused lexical variable in eshell/time
Date: Mon, 31 Aug 2015 23:50:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> so the lexical variable ‘args’ is being used.

The warning is about the `args' var introduced by the
eshell-eval-using-options macro, whose body looks like:

  `(let* (...
          (args processed-args))
     ,@body-forms))


-- Stefan





reply via email to

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