From 6117a9cde128e73ea4f85406d369ed3f37e3b43e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 May 2003 12:46:53 +0000 Subject: [PATCH] (Ffontset_info): Pass new arg to map_char_table. --- src/fontset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2