diff options
Diffstat (limited to 'src/callint.c')
| -rw-r--r-- | src/callint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index 4789fb5582d..ae10e64e1de 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -730,7 +730,7 @@ If KEYS is omitted or nil, the return value of `this-command-keys' is used. */) | |||
| 730 | 730 | ||
| 731 | tem = Fread_from_minibuffer (build_string (callint_message), | 731 | tem = Fread_from_minibuffer (build_string (callint_message), |
| 732 | Qnil, Qnil, Qnil, Qnil, Qnil, | 732 | Qnil, Qnil, Qnil, Qnil, Qnil, |
| 733 | Qnil, Qnil); | 733 | Qnil); |
| 734 | if (! STRINGP (tem) || SCHARS (tem) == 0) | 734 | if (! STRINGP (tem) || SCHARS (tem) == 0) |
| 735 | args[i] = Qnil; | 735 | args[i] = Qnil; |
| 736 | else | 736 | else |