aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
1036 running under a window system. */ 1036 running under a window system. */
1037 || (!NILP (Vwindow_system) 1037 || (!NILP (Vwindow_system)
1038 && !inhibit_window_system 1038 && !inhibit_window_system
1039 && !FRAME_WINDOW_P (selected_frame)) 1039 && FRAME_TERMCAP_P (selected_frame))
1040 || noninteractive) 1040 || noninteractive)
1041 { 1041 {
1042 stream = Qexternal_debugging_output; 1042 stream = Qexternal_debugging_output;