diff options
| author | Richard M. Stallman | 1995-04-10 07:47:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 07:47:42 +0000 |
| commit | fadab1e3d6ec835452203161ad757971e7bc0b23 (patch) | |
| tree | 9aaa259bb40a10c1733be478c11f8fce9a0b63d8 /src | |
| parent | 1e8bd3dad9892b4ffffc183c6f208706c5781da4 (diff) | |
| download | emacs-fadab1e3d6ec835452203161ad757971e7bc0b23.tar.gz emacs-fadab1e3d6ec835452203161ad757971e7bc0b23.zip | |
(struct frame): Use `struct kboard', not KBOARD.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 1de00dde65d..0cde7162bd1 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -170,7 +170,7 @@ struct frame | |||
| 170 | /* A pointer to the kboard structure associated with this frame. | 170 | /* A pointer to the kboard structure associated with this frame. |
| 171 | For termcap frames, this points to initial_kboard. For X frames, | 171 | For termcap frames, this points to initial_kboard. For X frames, |
| 172 | it will be the same as display.x->display_info->kboard. */ | 172 | it will be the same as display.x->display_info->kboard. */ |
| 173 | KBOARD *kboard; | 173 | struct kboard *kboard; |
| 174 | #endif | 174 | #endif |
| 175 | 175 | ||
| 176 | /* Number of lines of menu bar. */ | 176 | /* Number of lines of menu bar. */ |