emacs-devel
[Top][All Lists]
Advanced

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

Re: byte-compilation woes (cont'd)


From: Juanma Barranquero
Subject: Re: byte-compilation woes (cont'd)
Date: Wed, 26 Mar 2014 00:41:03 +0100

On Wed, Mar 26, 2014 at 12:19 AM, Drew Adams <address@hidden> wrote:

> With the latest Emacs 24 build (from 3/23), I now must byte-compile
> help-fns+.el using that build, to be able to use it with that build.
> And doing that prevents using the compiled file with Emacs 22 or 23.
>
> Worse still.  If byte-compiled with the latest build it is not even
> usable with Emacs 24.3 (wrong number of args for `help-window-setup').

Do your functions use cl-style :keyword args? There's been two recent
changes related to &key parsing, and your snapshot only includes the
first one (the second one is revno:116871).

   J



reply via email to

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