aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-10 07:47:42 +0000
committerRichard M. Stallman1995-04-10 07:47:42 +0000
commitfadab1e3d6ec835452203161ad757971e7bc0b23 (patch)
tree9aaa259bb40a10c1733be478c11f8fce9a0b63d8
parent1e8bd3dad9892b4ffffc183c6f208706c5781da4 (diff)
downloademacs-fadab1e3d6ec835452203161ad757971e7bc0b23.tar.gz
emacs-fadab1e3d6ec835452203161ad757971e7bc0b23.zip
(struct frame): Use `struct kboard', not KBOARD.
-rw-r--r--src/frame.h2
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. */