    Reduce pause time before changing status line to busy banner to 1 second

diff -ur nedit_official/source/macro.c nedit_mod/source/macro.c
--- nedit_official/source/macro.c	2004-11-09 14:37:02.000000000 -0500
+++ nedit_mod/source/macro.c	2004-12-02 17:15:21.254628000 -0500
@@ -102,7 +102,7 @@
 #define MAX_ACTION_ARGS 40
 
 /* How long to wait (msec) before putting up Macro Command banner */
-#define BANNER_WAIT_TIME 6000
+#define BANNER_WAIT_TIME 1000
 
 /* The following definitions cause an exit from the macro with a message */
 /* added if (1) to remove compiler warnings on solaris */
