From 562e4a4f611ae9d495f94a92043ee840a2bb80f3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 22 Dec 1998 06:06:48 +0000 Subject: [PATCH] (Fcall_interactively) <'C'>: Give Fread_char Qnil because of the change of the second argument of Fread_char. --- src/callint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callint.c b/src/callint.c index 55a1b678bf8..e59fd3e8530 100644 --- a/src/callint.c +++ b/src/callint.c @@ -498,7 +498,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.") break; case 'c': /* Character */ - args[i] = Fread_char (build_string (callint_message), Qt); + args[i] = Fread_char (build_string (callint_message), Qnil); message1_nolog ((char *) 0); /* Passing args[i] directly stimulates compiler bug */ teml = args[i]; -- 2.39.2