From b3e8cc4dfb1d02a69b6d59e944a1a935909bf853 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Wed, 12 Jun 2002 20:55:27 +0000 Subject: [PATCH] Remove declaration of Qmouse_click and Qevent_kind. --- src/ChangeLog | 4 ++++ src/macmenu.c | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 82499da0a55..575082cc432 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-06-12 Pavel Jan,Bm(Bk + + * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind. + 2002-06-12 Stefan Monnier * intervals.c (textget): Don't forget to `return'. diff --git a/src/macmenu.c b/src/macmenu.c index f9498cda67d..f98be4f4831 100644 --- a/src/macmenu.c +++ b/src/macmenu.c @@ -176,7 +176,6 @@ Lisp_Object Vmenu_updating_frame; Lisp_Object Qdebug_on_next_call; extern Lisp_Object Qmenu_bar; -extern Lisp_Object Qmouse_click, Qevent_kind; extern Lisp_Object QCtoggle, QCradio; @@ -956,7 +955,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 -- 2.39.5