diff options
| author | Eli Zaretskii | 2010-09-23 15:18:30 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2010-09-23 15:18:30 -0400 |
| commit | fe3537c3a91491253a87f4d43540344d040c34e7 (patch) | |
| tree | 3b65c99f68a108c6eb7a54c8947f07874bfba0bf /src/intervals.c | |
| parent | 0350982fc522fc98d2a9807fd1c27b7de352f6b2 (diff) | |
| download | emacs-fe3537c3a91491253a87f4d43540344d040c34e7.tar.gz emacs-fe3537c3a91491253a87f4d43540344d040c34e7.zip | |
Fix last changes in editfns.c and intervals.c.
editfns.c (clip_to_bounds): Return an EMACS_INT value.
lisp.h (clip_to_bounds): Adjust prototype.
intervals.c (adjust_for_invis_intang): Return EMACS_INT value.
Diffstat (limited to 'src/intervals.c')
| -rw-r--r-- | src/intervals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c index 421cce76db2..5e08e13d23b 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -1926,7 +1926,7 @@ set_point (EMACS_INT charpos) | |||
| 1926 | Note that `stickiness' is determined by overlay marker insertion types, | 1926 | Note that `stickiness' is determined by overlay marker insertion types, |
| 1927 | if the invisible property comes from an overlay. */ | 1927 | if the invisible property comes from an overlay. */ |
| 1928 | 1928 | ||
| 1929 | static int | 1929 | static EMACS_INT |
| 1930 | adjust_for_invis_intang (EMACS_INT pos, EMACS_INT test_offs, EMACS_INT adj, | 1930 | adjust_for_invis_intang (EMACS_INT pos, EMACS_INT test_offs, EMACS_INT adj, |
| 1931 | int test_intang) | 1931 | int test_intang) |
| 1932 | { | 1932 | { |