comparison src/signal.c @ 5027:22179cd0fe15

merge
author Ben Wing <ben@xemacs.org>
date Wed, 10 Feb 2010 07:25:19 -0600
parents c2e0c3af5fe3
children 9410323e4b0d
comparison
equal deleted inserted replaced
5026:46cf825f6158 5027:22179cd0fe15
441 was set by enter_redisplay_critical_section() and will be reset 441 was set by enter_redisplay_critical_section() and will be reset
442 upon exit.) */ 442 upon exit.) */
443 if (!in_display) 443 if (!in_display)
444 #endif 444 #endif
445 something_happened = 0; 445 something_happened = 0;
446
447 /* Don't try to do anything clever if we're called from debug_print()
448 or very close to startup or shutdown. */
449 if (inhibit_non_essential_conversion_operations)
450 return;
446 451
447 if (async_timeout_happened) 452 if (async_timeout_happened)
448 { 453 {
449 async_timeout_happened = 0; 454 async_timeout_happened = 0;
450 handle_async_timeout_signal (); 455 handle_async_timeout_signal ();