changeset 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 af39d29d1386
children 76f75b9091f1
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.  */