changeset 13664:dfbef4de96f0

(Fcall_interactively): In `c' case, clear out the message after reading the character.
author Richard M. Stallman <rms@gnu.org>
date Thu, 30 Nov 1995 00:31:52 +0000
parents 197f7ae5493d
children abc765f9bee3
files src/callint.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Thu Nov 30 00:30:38 1995 +0000
+++ b/src/callint.c	Thu Nov 30 00:31:52 1995 +0000
@@ -481,6 +481,7 @@
         case 'c':		/* Character */
 	  message1 (callint_message);
 	  args[i] = Fread_char ();
+	  message1 ((char *) 0);
 	  /* Passing args[i] directly stimulates compiler bug */
 	  teml = args[i];
 	  visargs[i] = Fchar_to_string (teml);