]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_input_waiting): Remove extraneous argument to
authorAndrew Innes <andrewi@gnu.org>
Sun, 5 Nov 2000 21:42:41 +0000 (21:42 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 5 Nov 2000 21:42:41 +0000 (21:42 +0000)
read_socket_hook.

src/sysdep.c

index 3b336f6bf7f4424a9daf65e926f6fcefdceb721d..189c814eaa8e260470eee62439baff86ea78f976 100644 (file)
@@ -2633,7 +2633,7 @@ read_input_waiting ()
 
       read_alarm_should_throw = 0;
       if (! setjmp (read_alarm_throw))
-       nread = (*read_socket_hook) (0, buf, 256, 1, 0);
+       nread = (*read_socket_hook) (0, buf, 256, 1);
       else
        nread = -1;