emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] map c3acb32: New library map.el similar to seq.el but


From: Nicolas Petton
Subject: Re: [Emacs-diffs] map c3acb32: New library map.el similar to seq.el but for mapping data structures.
Date: Sat, 18 Apr 2015 20:03:57 +0200

Stefan Monnier writes:

>> +(defun map-keys (map)
>> +  "Return the list of keys in MAP."
>> +  (map-apply (lambda (key value) key) map))
>
> Please byte-compile your files on a regular basis and look at the
> warnings you get.

I try to do that, but I'm not sure how I should proceed to remove this
warnings.  Maybe by naming it "_"?

Nico
-- 
Nicolas Petton
http://nicolas-petton.fr

Attachment: signature.asc
Description: PGP signature


reply via email to

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