]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_scan_buffer): Pass the correct number of arguments to
authorJim Blandy <jimb@redhat.com>
Tue, 11 Oct 1994 19:39:03 +0000 (19:39 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 11 Oct 1994 19:39:03 +0000 (19:39 +0000)
scan_buffer.

src/xdisp.c

index 9b476a7f29bba846706e51642571ccd9e2e575d0..5d4c579b9058c968e0fa305e967259cd9ccdf8b0 100644 (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.  */