Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / lib / readline / parens.c
index 50683f9..2c7251f 100644 (file)
@@ -101,7 +101,7 @@ rl_insert_close (count, invoking_key)
 
       FD_ZERO (&readfds);
       FD_SET (fileno (rl_instream), &readfds);
-      timer.tv_sec = 1;
+      timer.tv_sec = 0;
       timer.tv_usec = 500;
 
       orig_point = rl_point;