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: Kevin Rodgers
Subject: Re: Does not byte-compile return the compiled function in Emacs 24?
Date: Tue, 6 Dec 2011 21:53:33 -0700

On Tue, Dec 6, 2011 at 9:38 PM, Lennart Borgman
<address@hidden> wrote:
> I just tried adding a name:
>
>   (byte-compile '(defun my-name () ...))
>
> To my surprise the symbol my-name is not a function after this.

Shouldn't that be (without the quote):

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

-- 
Kevin Rodgers
Denver, Colorado, USA



reply via email to

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