From: Richard M. Stallman Date: Mon, 10 Apr 1995 07:47:42 +0000 (+0000) Subject: (struct frame): Use `struct kboard', not KBOARD. X-Git-Tag: emacs-19.34~4507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fadab1e3d6ec835452203161ad757971e7bc0b23;p=emacs.git (struct frame): Use `struct kboard', not KBOARD. --- 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 /* A pointer to the kboard structure associated with this frame. For termcap frames, this points to initial_kboard. For X frames, it will be the same as display.x->display_info->kboard. */ - KBOARD *kboard; + struct kboard *kboard; #endif /* Number of lines of menu bar. */