diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-06-13 14:59:38 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-06-13 14:59:38 +0000 |
commit | 3b8f9651533611460efda94051a280ad558fac0c (patch) | |
tree | b50078de727f24fa11afa3b45b09a116c8136f1e /src/w32menu.c | |
parent | df3eebcbcffcf9fd3d96796856e6272cb2bdc01f (diff) | |
download | emacs-3b8f9651533611460efda94051a280ad558fac0c.tar.gz emacs-3b8f9651533611460efda94051a280ad558fac0c.tar.bz2 emacs-3b8f9651533611460efda94051a280ad558fac0c.zip |
Rename enum event_kind items.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r-- | src/w32menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c index ee1bbc54209..4f07c534425 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -935,7 +935,7 @@ on the left of the dialog box and all following items on the right. /* Activate the menu bar of frame F. This is called from keyboard.c when it gets the - menu_bar_activate_event out of the Emacs event queue. + MENU_BAR_ACTIVATE_EVENT out of the Emacs event queue. To activate the menu bar, we signal to the input thread that it can return from the WM_INITMENU message, allowing the normal Windows |