unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12369: 24.2.50; cl-loop: variable not left unused
@ 2012-09-06 13:06 Christopher Schmidt
  2012-09-06 15:43 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Schmidt @ 2012-09-06 13:06 UTC (permalink / raw)
  To: 12369

severity: minor

    ;; -*- lexical-binding: t -*-

    (require 'cl-lib)
    (cl-loop for (rms . emacs) in nil)

Byte compile this piece of code.

    Warning: Unused lexical variable `rms'

Attempting to fix this warning by renaming rms to _rms results in
another warning.

    Warning: variable `_rms' not left unused

GNU Emacs 24.2.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of
2012-09-06.

        Christopher





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-05 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06 13:06 bug#12369: 24.2.50; cl-loop: variable not left unused Christopher Schmidt
2012-09-06 15:43 ` Stefan Monnier
2021-06-01  7:18   ` Lars Ingebrigtsen
2021-06-05 20:08     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).