aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-06-12 20:55:27 +0000
committerPavel Janík2002-06-12 20:55:27 +0000
commitb3e8cc4dfb1d02a69b6d59e944a1a935909bf853 (patch)
tree781fdb31b6ee23dd473378c73775df7a47a04422 /src
parent0245b3ef664afeb1f91587621e842f05b2636839 (diff)
downloademacs-b3e8cc4dfb1d02a69b6d59e944a1a935909bf853.tar.gz
emacs-b3e8cc4dfb1d02a69b6d59e944a1a935909bf853.zip
Remove declaration of Qmouse_click and Qevent_kind.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/macmenu.c3
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 @@
12002-06-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
4
12002-06-12 Stefan Monnier <monnier@cs.yale.edu> 52002-06-12 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * intervals.c (textget): Don't forget to `return'. 7 * 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;
176Lisp_Object Qdebug_on_next_call; 176Lisp_Object Qdebug_on_next_call;
177 177
178extern Lisp_Object Qmenu_bar; 178extern Lisp_Object Qmenu_bar;
179extern Lisp_Object Qmouse_click, Qevent_kind;
180 179
181extern Lisp_Object QCtoggle, QCradio; 180extern Lisp_Object QCtoggle, QCradio;
182 181
@@ -956,7 +955,7 @@ on the left of the dialog box and all following items on the right.
956 955
957/* Activate the menu bar of frame F. 956/* Activate the menu bar of frame F.
958 This is called from keyboard.c when it gets the 957 This is called from keyboard.c when it gets the
959 menu_bar_activate_event out of the Emacs event queue. 958 MENU_BAR_ACTIVATE_EVENT out of the Emacs event queue.
960 959
961 To activate the menu bar, we signal to the input thread that it can 960 To activate the menu bar, we signal to the input thread that it can
962 return from the WM_INITMENU message, allowing the normal Windows 961 return from the WM_INITMENU message, allowing the normal Windows