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

Re: labels usage



Am 12.06.2012 09:25, schrieb Andreas Schwab:
Katsumi Yamaoka<yamaoka@xxxxxxx>  writes:

Hi,

Is this a wrong usage?

(let (fn)
   (labels ((fx (arg) arg))
     (setq fn 'fx))
   (funcall fn 99))

You should use #'fx instead.

Andreas.


Hi,

is this documented somewhere?

Had difficulties in past getting info WRT this.

Is there a way to get help via

M-x describe-function

?

Thanks all for new release BTW,

Andreas