Mercurial > emacs
changeset 103544:53abe6fc7e48
Change font_add_log to FONT_ADD_LOG.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 23 Jun 2009 05:49:16 +0000 |
parents | 11b57e1bdb96 |
children | 7e0eabe53476 |
files | src/w32uniscribe.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; }