diff src/event-stream.c @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 8efd647ea9ca
children c5d627a313b1
line wrap: on
line diff
--- a/src/event-stream.c	Mon Aug 13 10:25:39 2007 +0200
+++ b/src/event-stream.c	Mon Aug 13 10:26:29 2007 +0200
@@ -3184,14 +3184,14 @@
     while (!NILP (t))
       {
 	i++;
-	sprintf(buf,"OPERATE (%d): ",i);
-	write_c_string (buf,Qexternal_debugging_output);
+	sprintf (buf,"OPERATE (%d): ",i);
+	write_c_string (buf, Qexternal_debugging_output);
 	print_internal (t, Qexternal_debugging_output, 1);
 	write_c_string ("\n", Qexternal_debugging_output);
 	t = XEVENT_NEXT (t);
       }
   }
-#endif
+#endif /* 0 */
 
   /* menu accelerator keys don't go into keyboard macros */
   if (!NILP (con->defining_kbd_macro) && NILP (Vexecuting_macro))