Mercurial > hg > xemacs-beta
comparison src/cmdloop.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 9d177e8d4150 |
children | 576fb035e263 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
119 stderr_out ("*** Error in XEmacs initialization"); | 119 stderr_out ("*** Error in XEmacs initialization"); |
120 Fprint (x, Qexternal_debugging_output); | 120 Fprint (x, Qexternal_debugging_output); |
121 stderr_out ("*** Backtrace\n"); | 121 stderr_out ("*** Backtrace\n"); |
122 Fbacktrace (Qexternal_debugging_output, Qt); | 122 Fbacktrace (Qexternal_debugging_output, Qt); |
123 stderr_out ("*** Killing XEmacs\n"); | 123 stderr_out ("*** Killing XEmacs\n"); |
124 #ifdef HAVE_MS_WINDOWS | |
125 Fmswindows_message_box (build_string ("Initialization error"), | |
126 Qnil, Qnil); | |
127 #endif | |
124 return Fkill_emacs (make_int (-1)); | 128 return Fkill_emacs (make_int (-1)); |
125 } | 129 } |
126 | 130 |
127 | 131 |
128 /**********************************************************************/ | 132 /**********************************************************************/ |