emacs-devel
[Top][All Lists]
Advanced

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

Re: next emacs version?


From: Ken Raeburn
Subject: Re: next emacs version?
Date: Sat, 20 Mar 2010 01:31:48 -0400

BTW...

On Mar 19, 2010, at 23:38, Drew Adams wrote:
> But sometimes (esp. if the release cycle is long) I do make changes (esp. if
> minor) that allow my code to keep working with the latest development version.
> That's sometimes easy when it concerns a new var or fn (but not arity change
> etc. for a fn).

advice.el has code for figuring out the arg list of a function, so you can 
check arity changes.  Though, the easiest way may turn out to be loading advice 
and calling ad-arglist....

Ken



reply via email to

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