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

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



>>>>> 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.