(Fcall_interactively): In `c' case, clear out the message
authorRichard M. Stallman <rms@gnu.org>
Thu, 30 Nov 1995 00:31:52 +0000 (00:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 30 Nov 1995 00:31:52 +0000 (00:31 +0000)
after reading the character.

src/callint.c

index 231de94..3dbca42 100644 (file)
@@ -481,6 +481,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
         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);