emacs-devel
[Top][All Lists]
Advanced

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

Re: Warning: `mapcar' called for effect; use `mapc' or...


From: Katsumi Yamaoka
Subject: Re: Warning: `mapcar' called for effect; use `mapc' or...
Date: Tue, 25 Sep 2007 11:39:20 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

>>>>> In [emacs-w3m : No.09652] Katsumi Yamaoka wrote:

> In toplevel form:
> shimbun/sb-tdiary.el:162:8:Warning: `mapcar' called for effect; use `mapc' or
>     `dolist' instead

[...]

> However, the last one is improper.  The code warned is:

> (luna-define-method shimbun-groups ((shimbun shimbun-tdiary))
>   (mapcar 'car shimbun-tdiary-group-alist))

I must apologize for my silly misunderstanding.  The warning in
question is issued for the other code.  Please ignore this.

Sorry.




reply via email to

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