emacs-devel
[Top][All Lists]
Advanced

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

Re: Delete variables obsolete since Emacs 23


From: Dmitry Gutov
Subject: Re: Delete variables obsolete since Emacs 23
Date: Sun, 17 May 2020 14:39:36 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 17.05.2020 05:52, Stefan Monnier wrote:
3. Note the added FIXME in `vc-default-working-revision', where I'm not
    sure if it should be declared obsolete or not.  See Stefan M's commit
    6e5d0e9e73.
This function is never called directly (the only way it could be called
was via (vc-call-backend .. 'working-revision) for backends that
defined `vc-<backend>-workfile-revision` instead of
`vc-<backend>-working-revision`.

So a `make-obsolete` would have been ineffective (since it's never
called directly, the byte-compiler would never emit an obsolescence
warning) and I replaced it with a more annoying "message".  Since noone
complained about that message, I think it's definitely safe to remove
the function.


Agree.



reply via email to

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