emacs-devel
[Top][All Lists]
Advanced

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

Re: Does not byte-compile return the compiled function in Emacs 24?


From: Lennart Borgman
Subject: Re: Does not byte-compile return the compiled function in Emacs 24?
Date: Wed, 7 Dec 2011 05:38:13 +0100

On Wed, Dec 7, 2011 at 05:24, Kevin Rodgers <address@hidden> wrote:
> On 12/6/11 5:51 PM, Juanma Barranquero wrote:
>>>
>>> It used to do that before.
>>
>>
>> It wasn't documented, was it?
>
>
> It is the obvious, sensible value to return.
>
>
>>> Is there any variable holding the newly
>>> byte-compiled function?
>>
>>
>> A function, as before:
>>
>> (symbol-function 'my-func)
>
>
> As Lennart points out, that does not cover lambda forms.

I agree with Kevin, of course.

I just tried adding a name:

   (byte-compile '(defun my-name () ...))

To my surprise the symbol my-name is not a function after this.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]