# HG changeset patch # User Kenichi Handa # Date 914306808 0 # Node ID 93f40b34407054139225dbd68251b2a1a1ad41e6 # Parent d993b7332153aeee493b4e631f9894146ec92b8f (Fcall_interactively) <'C'>: Give Fread_char Qnil because of the change of the second argument of Fread_char. diff -r d993b7332153 -r 93f40b344070 src/callint.c --- a/src/callint.c Tue Dec 22 06:06:48 1998 +0000 +++ b/src/callint.c Tue Dec 22 06:06:48 1998 +0000 @@ -498,7 +498,7 @@ 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];