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