diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 89e08076b9a..b62cf6169d7 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -514,7 +514,7 @@ interval_of (position, object) | |||
| 514 | } | 514 | } |
| 515 | 515 | ||
| 516 | if (!(beg <= position && position <= end)) | 516 | if (!(beg <= position && position <= end)) |
| 517 | args_out_of_range (position, position); | 517 | args_out_of_range (make_number (position), make_number (position)); |
| 518 | if (beg == end || NULL_INTERVAL_P (i)) | 518 | if (beg == end || NULL_INTERVAL_P (i)) |
| 519 | return NULL_INTERVAL; | 519 | return NULL_INTERVAL; |
| 520 | 520 | ||