# HG changeset patch # User Kenichi Handa # Date 1074168604 0 # Node ID fca3686ff6bb76333e24e736123e873f1ede24ee # Parent 48887be1efd81a0bc135e36e72b9ff2b463f9e58 (new_fontset_from_font_name): Use the specified font for all characters in the new fontset. diff -r 48887be1efd8 -r fca3686ff6bb src/fontset.c --- 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