changeset 15713:27487191083d

(Fy_or_n_p): Pass 3rd arg to Flookup_key.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 06:19:43 +0000
parents a272ccf6c225
children 58e638890a20
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")))