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

Re: labels usage



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.