Mercurial > hg > xemacs-beta
comparison src/event-stream.c @ 4522:fc7067b7f407
Backout last patch; forgot to specify file.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 29 Oct 2008 03:37:16 +0900 |
parents | 383ab474a241 |
children | 726060ee587c |
comparison
equal
deleted
inserted
replaced
4521:383ab474a241 | 4522:fc7067b7f407 |
---|---|
253 | 253 |
254 #ifdef DEBUG_XEMACS | 254 #ifdef DEBUG_XEMACS |
255 Fixnum debug_emacs_events; | 255 Fixnum debug_emacs_events; |
256 | 256 |
257 static void | 257 static void |
258 external_debugging_print_event (const char *event_description, Lisp_Object event) | 258 external_debugging_print_event (char *event_description, Lisp_Object event) |
259 { | 259 { |
260 write_c_string (Qexternal_debugging_output, "("); | 260 write_c_string (Qexternal_debugging_output, "("); |
261 write_c_string (Qexternal_debugging_output, event_description); | 261 write_c_string (Qexternal_debugging_output, event_description); |
262 write_c_string (Qexternal_debugging_output, ") "); | 262 write_c_string (Qexternal_debugging_output, ") "); |
263 print_internal (event, Qexternal_debugging_output, 1); | 263 print_internal (event, Qexternal_debugging_output, 1); |