Mercurial > emacs
changeset 18736:e5e6647d4883
(interval_of): Convert args_out_of_range arguments to Lisp_Integer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 12 Jul 1997 06:37:25 +0000 |
parents | e98b76420c85 |
children | 7f8578d75d45 |
files | src/textprop.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/textprop.c Sat Jul 12 06:37:04 1997 +0000 +++ b/src/textprop.c Sat Jul 12 06:37:25 1997 +0000 @@ -514,7 +514,7 @@ } if (!(beg <= position && position <= end)) - args_out_of_range (position, position); + args_out_of_range (make_number (position), make_number (position)); if (beg == end || NULL_INTERVAL_P (i)) return NULL_INTERVAL;