comparison src/xdisp.c @ 9451:bdad001a9b91

(display_scan_buffer): Pass the correct number of arguments to scan_buffer.
author Jim Blandy <jimb@redhat.com>
date Tue, 11 Oct 1994 19:39:03 +0000
parents 836113a97d92
children a605bfe5bf8a
comparison
equal deleted inserted replaced
9450:af39d29d1386 9451:bdad001a9b91
3280 3280
3281 /* If we are not in selective display mode, 3281 /* If we are not in selective display mode,
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. */
3289 3289
3290 if (shortage != 0) 3290 if (shortage != 0)