From: Eli Zaretskii Date: Fri, 30 Jul 1999 08:28:18 +0000 (+0000) Subject: (cmd_error_internal): Don't kill Emacs if this is an X-Git-Tag: emacs-pretest-21.0.90~7325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6a77d6cabdfb9e2d16eedca567ff2e1d5d5badb;p=emacs.git (cmd_error_internal): Don't kill Emacs if this is an MSDOS frame. --- diff --git a/src/keyboard.c b/src/keyboard.c index 282ce450297..53517e377c9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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;