]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove declaration of Qmouse_click and Qevent_kind.
authorPavel Janík <Pavel@Janik.cz>
Wed, 12 Jun 2002 20:55:27 +0000 (20:55 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 12 Jun 2002 20:55:27 +0000 (20:55 +0000)
src/ChangeLog
src/macmenu.c

index 82499da0a55fd153a76e8c42aa6abef7bd1c3c3a..575082cc4325f0930dc8854bc66c7cd7daec94ea 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
+
 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
 
        * intervals.c (textget): Don't forget to `return'.
index f9498cda67d33279c333d95c14cfbfbb11465581..f98be4f48314e1436d509a867f5d677306cc42c9 100644 (file)
@@ -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