[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: labels usage
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Tue, 12 Jun 2012 16:48:22 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11848
- References: <b4mpq95ggvw.fsf@xxxxxxx> <m2mx49f0ul.fsf@xxxxxxxxx>
In [emacs-w3m : No.11847] Andreas Schwab wrote:
> Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
>> Is this a wrong usage?
>>
>> (let (fn)
>> (labels ((fx (arg) arg))
>> (setq fn 'fx))
>> (funcall fn 99))
> You should use #'fx instead.
Ok, we *should* use #' from now on. This was what Michael Heerdegen
wrote in the emacs-w3m list a while ago. Maybe it didn't go well
when I tried it was I forgot to build emacs-w3m from scratch. I'll
try it again. Thanks.