aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 8501fc3f11a..7a655bf50ac 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1212,8 +1212,6 @@ cmd_error_internal (data, context)
1212 yet, or we're not interactive, it's best to dump this message out 1212 yet, or we're not interactive, it's best to dump this message out
1213 to stderr and exit. */ 1213 to stderr and exit. */
1214 if (!sf->glyphs_initialized_p 1214 if (!sf->glyphs_initialized_p
1215 /* This is the case of the frame dumped with Emacs, when we're
1216 running under a window system. */
1217 || FRAME_INITIAL_P (sf) 1215 || FRAME_INITIAL_P (sf)
1218 || noninteractive) 1216 || noninteractive)
1219 { 1217 {