(display_scan_buffer): Pass the correct number of arguments to

scan_buffer.
This commit is contained in:
Jim Blandy 1994-10-11 19:39:03 +00:00
parent 0d548e5d7b
commit ae474ea9cf

View file

@ -3282,7 +3282,7 @@ display_scan_buffer (start, count, shortage)
check only for newlines. */
if (! (!NILP (current_buffer->selective_display)
&& !INTEGERP (current_buffer->selective_display)))
return scan_buffer ('\n', start, count, shortage, 0);
return scan_buffer ('\n', start, 0, count, shortage, 0);
/* The code that follows is like scan_buffer
but checks for either newline or carriage return. */