unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lekktu@gmail.com>
To: Neal Becker <ndbecker2@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: update to zoom-frame.el for emacs-24?
Date: Tue, 20 Dec 2011 15:52:05 +0100	[thread overview]
Message-ID: <CAAeL0SQdcMwtvju+E8BHVfdV8EDppc6bXp_wX2CNHPbVkbuN-g@mail.gmail.com> (raw)
In-Reply-To: <jcq5d4$kg0$1@dough.gmane.org>

On Tue, Dec 20, 2011 at 15:17, Neal Becker <ndbecker2@gmail.com> wrote:

> But on 24.0.92, I see:
> enlarge-font: Symbol's function definition is void: frame-update-faces
>
> Suggestions?

frame-update-faces has been removed, and was previously aliased to
`ignore' since Emacs 21.1.

So just skip calling it if it is not defined, or define an alias yourself:

(unless (fboundp 'frame-update-faces)
  (defalias 'frame-update-faces 'ignore))

    Juanma



  reply	other threads:[~2011-12-20 14:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-20 14:17 update to zoom-frame.el for emacs-24? Neal Becker
2011-12-20 14:52 ` Juanma Barranquero [this message]
2011-12-20 15:05   ` Neal Becker
2011-12-20 15:37     ` Juanma Barranquero
2011-12-20 15:52     ` Kevin Rodgers
2011-12-20 16:08 ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAeL0SQdcMwtvju+E8BHVfdV8EDppc6bXp_wX2CNHPbVkbuN-g@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=ndbecker2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).