diff src/callint.c @ 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 5f08a9f278b1
children f477c5bb74c6
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];