diff options
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/textprop.c b/src/textprop.c index a0d7d2689c4..d9da36bf36b 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -514,7 +514,7 @@ erase_properties (INTERVAL i) | |||
| 514 | POSITION is BEG-based. */ | 514 | POSITION is BEG-based. */ |
| 515 | 515 | ||
| 516 | INTERVAL | 516 | INTERVAL |
| 517 | interval_of (int position, Lisp_Object object) | 517 | interval_of (EMACS_INT position, Lisp_Object object) |
| 518 | { | 518 | { |
| 519 | register INTERVAL i; | 519 | register INTERVAL i; |
| 520 | EMACS_INT beg, end; | 520 | EMACS_INT beg, end; |
| @@ -2012,7 +2012,8 @@ call_mod_hooks (Lisp_Object list, Lisp_Object start, Lisp_Object end) | |||
| 2012 | those hooks in order, with START and END - 1 as arguments. */ | 2012 | those hooks in order, with START and END - 1 as arguments. */ |
| 2013 | 2013 | ||
| 2014 | void | 2014 | void |
| 2015 | verify_interval_modification (struct buffer *buf, int start, int end) | 2015 | verify_interval_modification (struct buffer *buf, |
| 2016 | EMACS_INT start, EMACS_INT end) | ||
| 2016 | { | 2017 | { |
| 2017 | register INTERVAL intervals = BUF_INTERVALS (buf); | 2018 | register INTERVAL intervals = BUF_INTERVALS (buf); |
| 2018 | register INTERVAL i; | 2019 | register INTERVAL i; |