Mercurial > emacs
changeset 83229:b8f2149f9c3d
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
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 28 Nov 2004 00:48:30 +0000 |
parents | 2a3f27a45698 |
children | d8738586aaec |
files | src/keyboard.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Nov 22 11:06:39 2004 +0000 +++ b/src/keyboard.c Sun Nov 28 00:48:30 2004 +0000 @@ -1212,8 +1212,6 @@ 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) {