Mercurial > hg > xemacs-beta
comparison src/tooltalk.c @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
325 if (mess != NULL && !NILP (Vtooltalk_unprocessed_message_hook)) | 325 if (mess != NULL && !NILP (Vtooltalk_unprocessed_message_hook)) |
326 va_run_hook_with_args (Qtooltalk_unprocessed_message_hook, 1, message_); | 326 va_run_hook_with_args (Qtooltalk_unprocessed_message_hook, 1, message_); |
327 UNGCPRO; | 327 UNGCPRO; |
328 | 328 |
329 /* see comment in event-stream.c about this return value. */ | 329 /* see comment in event-stream.c about this return value. */ |
330 return make_int (0); | 330 return Qzero; |
331 } | 331 } |
332 | 332 |
333 static Tt_callback_action | 333 static Tt_callback_action |
334 tooltalk_message_callback (Tt_message m, Tt_pattern p) | 334 tooltalk_message_callback (Tt_message m, Tt_pattern p) |
335 { | 335 { |