From: Karoly Lorentey Date: Sun, 28 Nov 2004 00:48:30 +0000 (+0000) Subject: Trivial documentation change in keyboard.c. X-Git-Tag: emacs-pretest-23.0.90~11236^2~141^2~329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8eaaac8c8b1e45ad8a7612c9878f242103255995;p=emacs.git 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 --- 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) {