]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): Use `struct kboard', not KBOARD.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 07:47:42 +0000 (07:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 07:47:42 +0000 (07:47 +0000)
src/frame.h

index 1de00dde65dd99e21ac3114a75b55c26cac3d834..0cde7162bd1072ab8e7b203c7c46b0a5b243b366 100644 (file)
@@ -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.  */