mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(cmd_error_internal): Don't kill Emacs if this is an
MSDOS frame.
This commit is contained in:
parent
4314246fcf
commit
e6a77d6cab
1 changed files with 1 additions and 1 deletions
|
|
@ -1036,7 +1036,7 @@ cmd_error_internal (data, context)
|
|||
running under a window system. */
|
||||
|| (!NILP (Vwindow_system)
|
||||
&& !inhibit_window_system
|
||||
&& !FRAME_WINDOW_P (selected_frame))
|
||||
&& FRAME_TERMCAP_P (selected_frame))
|
||||
|| noninteractive)
|
||||
{
|
||||
stream = Qexternal_debugging_output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue