emacs-devel
[Top][All Lists]
Advanced

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

Re: Incompatible change without "warning"


From: Richard Stallman
Subject: Re: Incompatible change without "warning"
Date: Tue, 03 May 2005 13:12:27 -0400

    Some of these don't seem to be obsoleted correctly, in any case e.g the only
    reference I can find to desktop-buffer-misc-functions is

    (make-obsolete-variable 'desktop-buffer-misc-functions
                            'desktop-save-buffer)

    i.e desktop-buffer-misc-functions is no longer a variable in Emacs 22.0.50

    Shall I replace these with, e.g.:

    (define-obsolete-variable-alias 'desktop-buffer-misc-functions
                                    'desktop-save-buffer "22.0")

That might be the right approach, but first can you find which person
deleted it and ask him if it still needs to exist?





reply via email to

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