From fadab1e3d6ec835452203161ad757971e7bc0b23 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Apr 1995 07:47:42 +0000 Subject: [PATCH] (struct frame): Use `struct kboard', not KBOARD. --- src/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5