Mercurial > emacs
changeset 89711:fca3686ff6bb
(new_fontset_from_font_name): Use the specified font
for all characters in the new fontset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 15 Jan 2004 12:10:04 +0000 |
parents | 48887be1efd8 |
children | 37b673654269 |
files | src/fontset.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.c Thu Jan 15 06:58:31 2004 +0000 +++ b/src/fontset.c Thu Jan 15 12:10:04 2004 +0000 @@ -1522,7 +1522,9 @@ ASET (vec, 13, build_string (temp)); name = build_font_name_from_vector (vec); } - name = Fnew_fontset (name, Fcons (Fcons (Qascii, Fcons (fontname, Qnil)), + name = Fnew_fontset (name, Fcons (Fcons (Fcons (make_number (0), + make_number (MAX_CHAR)), + Fcons (fontname, Qnil)), Qnil)); id = fs_query_fontset (name, 0); auto_fontset_alist