emacs-devel
[Top][All Lists]
Advanced

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

Re: update to zoom-frame.el for emacs-24?


From: Juanma Barranquero
Subject: Re: update to zoom-frame.el for emacs-24?
Date: Tue, 20 Dec 2011 16:37:17 +0100

On Tue, Dec 20, 2011 at 16:05, Neal Becker <address@hidden> wrote:

> But I don't think I ever saw a message when using emacs 23 telling me it was
> obsolete.  Is there not a mechanism in emacs to give warnings when functions 
> are
> to be obsoleted?

The byte-compiler certainly warns:

  C:\emacs\releases> type test.el
  (frame-update-faces)

  C:\emacs\releases> .\23.3\bin\emacs.exe -Q -batch -f
batch-byte-compile test.el

  In toplevel form:
  test.el:1:2:Warning: `frame-update-faces' is an obsolete function (as of Emacs
      21.1); no longer necessary.
  Wrote c:/emacs/releases/test.elc

    Juanma



reply via email to

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