(display_scan_buffer): Pass the correct number of arguments to
scan_buffer.
This commit is contained in:
parent
0d548e5d7b
commit
ae474ea9cf
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue