emacs-devel
[Top][All Lists]
Advanced

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

Re: function-put and loaddefs.el


From: Stefan Monnier
Subject: Re: function-put and loaddefs.el
Date: Fri, 09 May 2014 09:52:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> There's a new `function-put' in trunk which gets used in place of `put'.
> It appears extensively in loaddefs.el files.
> This is going to mean that any package whose loaddefs.el file is
> generated with Emacs >= 24.5 is potentially going to be unusable on
> Emacs < 24.5. E.g. declaring an indent property in an autoloaded
> function will cause it to happen.

Hmm... indeed for Emacs's lisp/loaddefs, this is not a problem, but for
other auto-generated autoloads file it can be annoying.

We should fix that before the next pretest.


        Stefan



reply via email to

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