summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>1999-07-30 08:28:18 +0000
committerEli Zaretskii <eliz@gnu.org>1999-07-30 08:28:18 +0000
commite6a77d6cabdfb9e2d16eedca567ff2e1d5d5badb (patch)
tree285a2d3a3e4e661e80896e6f42127d2ac89e0bfc /src/keyboard.c
parent4314246fcfa282fcc0bcfd6913a4b6471a597eeb (diff)
downloademacs-e6a77d6cabdfb9e2d16eedca567ff2e1d5d5badb.tar.gz
(cmd_error_internal): Don't kill Emacs if this is an
MSDOS frame.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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;