# HG changeset patch # User Kenichi Handa # Date 1245736220 0 # Node ID 7e0eabe534764b70b338ff9ec3719996c943728c # Parent 53abe6fc7e485a680b91d1806740462f6bb12130 Change font_add_log to FONT_ADD_LOG. diff -r 53abe6fc7e48 -r 7e0eabe53476 src/w32font.c --- a/src/w32font.c Tue Jun 23 05:49:16 2009 +0000 +++ b/src/w32font.c Tue Jun 23 05:50:20 2009 +0000 @@ -201,7 +201,7 @@ Lisp_Object frame, font_spec; { Lisp_Object fonts = w32font_list_internal (frame, font_spec, 0); - font_add_log ("w32font-list", font_spec, fonts); + FONT_ADD_LOG ("w32font-list", font_spec, fonts); return fonts; } @@ -214,7 +214,7 @@ Lisp_Object frame, font_spec; { Lisp_Object entity = w32font_match_internal (frame, font_spec, 0); - font_add_log ("w32font-match", font_spec, entity); + FONT_ADD_LOG ("w32font-match", font_spec, entity); return entity; }