diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c index 231de94c3f0..3dbca425c1c 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -481,6 +481,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.") | |||
| 481 | case 'c': /* Character */ | 481 | case 'c': /* Character */ |
| 482 | message1 (callint_message); | 482 | message1 (callint_message); |
| 483 | args[i] = Fread_char (); | 483 | args[i] = Fread_char (); |
| 484 | message1 ((char *) 0); | ||
| 484 | /* Passing args[i] directly stimulates compiler bug */ | 485 | /* Passing args[i] directly stimulates compiler bug */ |
| 485 | teml = args[i]; | 486 | teml = args[i]; |
| 486 | visargs[i] = Fchar_to_string (teml); | 487 | visargs[i] = Fchar_to_string (teml); |