1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(Fcall_interactively) <'C'>: Give Fread_char Qnil

because of the change of the second argument of Fread_char.
This commit is contained in:
Kenichi Handa 1998-12-22 06:06:48 +00:00
parent fc351d2f65
commit 562e4a4f61

View File

@ -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];