[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning: `mapcar' called for effect; use `mapc' or...
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Tue, 25 Sep 2007 11:39:20 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 09653
- References: <b4mfy13mr4d.fsf@jpl.org>
>>>>> 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.