diff options
| author | Karoly Lorentey | 2004-11-28 00:48:30 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-11-28 00:48:30 +0000 |
| commit | 8eaaac8c8b1e45ad8a7612c9878f242103255995 (patch) | |
| tree | 91278116652bed82cf3078e986d48d163e239934 /src | |
| parent | 71925ac335f7c3b1fd97fba98cb5b9b4f03a6e23 (diff) | |
| download | emacs-8eaaac8c8b1e45ad8a7612c9878f242103255995.tar.gz emacs-8eaaac8c8b1e45ad8a7612c9878f242103255995.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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 | { |