emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-unicode-2: bootstrap failed on Windows-XP


From: Kenichi Handa
Subject: Re: emacs-unicode-2: bootstrap failed on Windows-XP
Date: Wed, 21 Nov 2007 19:33:57 +0900

In article <address@hidden>, CHENG Gao <address@hidden> writes:

> In src/frame.c, find

> ,----
> |   /* Give chance to each font driver to free a frame specific data.  */
> |   font_update_drivers (f, Qnil);
> `----

> and change to

> ,----
> | #ifdef USE_FONT_BACKEND
> |   /* Give chance to each font driver to free a frame specific data.  */
> |   font_update_drivers (f, Qnil);
> | #endif      /* USE_FONT_BACKEND */
> `----

Right.  I've installed that change.

---
Kenichi Handa
address@hidden




reply via email to

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