Mercurial > emacs
diff src/callint.c @ 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 | 8c89b569cfa9 |
children | 8310d6085087 |
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);