Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- 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. */