From a2253db2d6aa0c66559db07e9880e2667a870fb8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 May 2003 12:46:53 +0000 Subject: (Ffontset_info): Pass new arg to map_char_table. --- src/fontset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fontset.c') diff --git a/src/fontset.c b/src/fontset.c index d767548bb57..a23a146c76d 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1305,7 +1305,7 @@ If FRAME is omitted, it defaults to the currently selected frame. */) { /* Merge FONTSET onto the default fontset. */ val = Fcopy_sequence (Vdefault_fontset); - map_char_table (override_font_info, Qnil, fontset, val, 0, indices); + map_char_table (override_font_info, Qnil, fontset, fontset, val, 0, indices); fontset = val; } @@ -1317,7 +1317,7 @@ If FRAME is omitted, it defaults to the currently selected frame. */) Fcons (XCDR (FONTSET_ASCII (fontset)), Qnil)), Qnil); val = Fcons (val, val); - map_char_table (accumulate_font_info, Qnil, fontset, val, 0, indices); + map_char_table (accumulate_font_info, Qnil, fontset, fontset, val, 0, indices); val = XCDR (val); /* For each FONT-INFO, if CHAR_OR_RANGE (car part) is a generic -- cgit v1.2.1