emacs-devel
[Top][All Lists]
Advanced

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

Re: lexbind ready for merge


From: Stefan Monnier
Subject: Re: lexbind ready for merge
Date: Wed, 30 Mar 2011 10:29:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> The reason is that in trunk, that function has the signature
>   byte-compile-from-buffer (bytecomp-inbuffer &optional bytecomp-filename)
> but in the lexbind branch, the optional bytecomp-filename has been
> removed:

>   byte-compile-from-buffer (inbuffer)

> AFAIKS, gnus doesn't use the foo.el file anyway, so basically that arg
> can be removed.  But maybe the `byte-compile-from-buffer' definition in
> [[S]X]Emacs requires exactly 2 arguments?  I don't know...

Why on earth does Gnus need to call byte-compile-from-buffer?


        Stefan



reply via email to

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