emacs-devel
[Top][All Lists]
Advanced

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

Re: How do you say "I know it is obsolete"


From: Stefan Monnier
Subject: Re: How do you say "I know it is obsolete"
Date: Tue, 12 Jan 2010 09:10:03 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

> How do you say to the byte compiler "yes, I know the function is
> obsolete but I must call it for older versions"?

There's with-no-warnings, if you care enough.

> And how do you say "yes, ok, call the new function instead then"?

By editing the source.  It can't be made automatic, because all too
often the new function doesn't work exactly in the same way.


        Stefan




reply via email to

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