diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index c8c486a48fa..9aed10b0356 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -253,7 +253,7 @@ skip_invisible (pos, next_boundary_p, to, window) | |||
| 253 | { | 253 | { |
| 254 | /* Don't scan terribly far. */ | 254 | /* Don't scan terribly far. */ |
| 255 | XSETFASTINT (proplimit, min (pos + 100, to)); | 255 | XSETFASTINT (proplimit, min (pos + 100, to)); |
| 256 | /* No matter what. don't go past next overlay change. */ | 256 | /* No matter what, don't go past next overlay change. */ |
| 257 | if (XFASTINT (overlay_limit) < XFASTINT (proplimit)) | 257 | if (XFASTINT (overlay_limit) < XFASTINT (proplimit)) |
| 258 | proplimit = overlay_limit; | 258 | proplimit = overlay_limit; |
| 259 | tmp = Fnext_single_property_change (position, Qinvisible, | 259 | tmp = Fnext_single_property_change (position, Qinvisible, |