From: Kenichi Handa Date: Tue, 23 Jun 2009 05:53:56 +0000 (+0000) Subject: (main): Call init_font (). X-Git-Tag: emacs-pretest-23.1.90~2455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74d754240555c3cbe51ec536eda17a2d72add7dd;p=emacs.git (main): Call init_font (). --- diff --git a/src/ChangeLog b/src/ChangeLog index ccef6a0f450..a0f2650445a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,19 @@ 2009-06-23 Kenichi Handa + * emacs.c (main): Call init_font (). + + * font.h (Vfont_log): Extern it. + (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros. + + * font.c (font_sort_entities, font_list_entities) + (font_matching_entity, font_open_entity) + (font_close_object): Change font_add_log to FONT_ADD_LOG. + (Vfont_log): Delete static. + (font_log_env_checked): Delete this variable. + (font_add_log): Don't check font_log_env_checked. + (font_deferred_log): Check Vfont_log. + (init_font): New function. + * ftfont.c: Change font_add_log to FONT_ADD_LOG. * w32font.c: Change font_add_log to FONT_ADD_LOG. diff --git a/src/emacs.c b/src/emacs.c index 3e94f0fc6c1..e6af0974c2a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1772,6 +1772,7 @@ main (int argc, char **argv) init_sound (); #endif init_window (); + init_font (); if (!initialized) {