# HG changeset patch # User Karl Heuer # Date 837497983 0 # Node ID 27487191083df239faa9b8a0173b52744ed8c8cf # Parent a272ccf6c2255955789eae3287beeeb0593e02fc (Fy_or_n_p): Pass 3rd arg to Flookup_key. diff -r a272ccf6c225 -r 27487191083d src/fns.c --- a/src/fns.c Tue Jul 16 06:17:37 1996 +0000 +++ b/src/fns.c Tue Jul 16 06:19:43 1996 +0000 @@ -1599,7 +1599,7 @@ QUIT; key = Fmake_vector (make_number (1), obj); - def = Flookup_key (map, key); + def = Flookup_key (map, key, Qt); answer_string = Fsingle_key_description (obj); if (EQ (def, intern ("skip")))