diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 9b476a7f29b..5d4c579b905 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -3282,7 +3282,7 @@ display_scan_buffer (start, count, shortage) | |||
| 3282 | check only for newlines. */ | 3282 | check only for newlines. */ |
| 3283 | if (! (!NILP (current_buffer->selective_display) | 3283 | if (! (!NILP (current_buffer->selective_display) |
| 3284 | && !INTEGERP (current_buffer->selective_display))) | 3284 | && !INTEGERP (current_buffer->selective_display))) |
| 3285 | return scan_buffer ('\n', start, count, shortage, 0); | 3285 | return scan_buffer ('\n', start, 0, count, shortage, 0); |
| 3286 | 3286 | ||
| 3287 | /* The code that follows is like scan_buffer | 3287 | /* The code that follows is like scan_buffer |
| 3288 | but checks for either newline or carriage return. */ | 3288 | but checks for either newline or carriage return. */ |