Mercurial > emacs
changeset 23934:93f40b344070
(Fcall_interactively) <'C'>: Give Fread_char Qnil
because of the change of the second argument of Fread_char.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 22 Dec 1998 06:06:48 +0000 |
parents | d993b7332153 |
children | bf7a9485714a |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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];