# HG changeset patch # User Jim Blandy # Date 781904343 0 # Node ID bdad001a9b9156575b3b8121d9254160fc122358 # Parent af39d29d1386fd60031bf4b3e269105bac8b583a (display_scan_buffer): Pass the correct number of arguments to scan_buffer. diff -r af39d29d1386 -r bdad001a9b91 src/xdisp.c --- a/src/xdisp.c Tue Oct 11 18:51:29 1994 +0000 +++ b/src/xdisp.c Tue Oct 11 19:39:03 1994 +0000 @@ -3282,7 +3282,7 @@ 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. */