]> git.eshelyaron.com Git - emacs.git/commitdiff
Trivial documentation change in keyboard.c.
authorKaroly Lorentey <lorentey@elte.hu>
Sun, 28 Nov 2004 00:48:30 +0000 (00:48 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sun, 28 Nov 2004 00:48:30 +0000 (00:48 +0000)
* 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

index 8501fc3f11ac52d3b469f737d23bf9a8d6adf3dd..7a655bf50ac02b87ade211c52a5592b5645538c7 100644 (file)
@@ -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)
     {