Mercurial > emacs
changeset 90699:0f20b06ffb3a
(x_set_font): Fix the second arg to fs_query_fontset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 29 Nov 2006 12:19:25 +0000 |
parents | a31984e21969 |
children | b165eceb829f |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Wed Nov 29 12:18:53 2006 +0000 +++ b/src/frame.c Wed Nov 29 12:19:25 2006 +0000 @@ -3112,7 +3112,7 @@ In the last case, this function never fail. */ if (STRINGP (arg)) { - fontset = fs_query_fontset (arg, Qnil); + fontset = fs_query_fontset (arg, 0); if (fontset < 0) font_object = font_open_by_name (f, SDATA (arg)); else if (fontset > 0)