From: Karl Heuer Date: Tue, 16 Jul 1996 06:19:43 +0000 (+0000) Subject: (Fy_or_n_p): Pass 3rd arg to Flookup_key. X-Git-Tag: emacs-19.34~149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aad2a123ca33de4c1acbf8ccc5b351d0484343d9;p=emacs.git (Fy_or_n_p): Pass 3rd arg to Flookup_key. --- diff --git a/src/fns.c b/src/fns.c index 1a601d7d5a5..64e2834bb1b 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1599,7 +1599,7 @@ Also accepts Space to mean yes, or Delete to mean no.") 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")))