[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: labels usage
From: |
Katsumi Yamaoka |
Subject: |
Re: labels usage |
Date: |
Tue, 12 Jun 2012 16:48:22 +0900 |
User-agent: |
Gnus/5.130006 (真 Gnus v0.6) Emacs/24.1.50 (i686-pc-cygwin) |
In [emacs-w3m : No.11847] Andreas Schwab wrote:
> Katsumi Yamaoka <address@hidden> 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.