# HG changeset patch # User Kenichi Handa # Date 1245736156 0 # Node ID 53abe6fc7e485a680b91d1806740462f6bb12130 # Parent 11b57e1bdb968cf50df1c99741006cacb5b814c7 Change font_add_log to FONT_ADD_LOG. diff -r 11b57e1bdb96 -r 53abe6fc7e48 src/w32uniscribe.c --- a/src/w32uniscribe.c Tue Jun 23 05:48:24 2009 +0000 +++ b/src/w32uniscribe.c Tue Jun 23 05:49:16 2009 +0000 @@ -78,7 +78,7 @@ Lisp_Object frame, font_spec; { Lisp_Object fonts = w32font_list_internal (frame, font_spec, 1); - font_add_log ("uniscribe-list", font_spec, fonts); + FONT_ADD_LOG ("uniscribe-list", font_spec, fonts); return fonts; } @@ -87,7 +87,7 @@ Lisp_Object frame, font_spec; { Lisp_Object entity = w32font_match_internal (frame, font_spec, 1); - font_add_log ("uniscribe-match", font_spec, entity); + FONT_ADD_LOG ("uniscribe-match", font_spec, entity); return entity; }