From 8eaaac8c8b1e45ad8a7612c9878f242103255995 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Sun, 28 Nov 2004 00:48:30 +0000 Subject: [PATCH] Trivial documentation change in keyboard.c. * src/keyboard.c (cmd_error_internal): Remove slightly bogus comment. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-269 --- src/keyboard.c | 2 -- 1 file changed, 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) yet, or we're not interactive, it's best to dump this message out to stderr and exit. */ if (!sf->glyphs_initialized_p - /* This is the case of the frame dumped with Emacs, when we're - running under a window system. */ || FRAME_INITIAL_P (sf) || noninteractive) { -- 2.39.5