]> git.eshelyaron.com Git - emacs.git/commitdiff
Pass menu handle by value.
authorAndrew Innes <andrewi@gnu.org>
Mon, 13 Oct 1997 18:06:22 +0000 (18:06 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 13 Oct 1997 18:06:22 +0000 (18:06 +0000)
src/w32menu.c

index 0495818d7ffb68b218c59be97597b57cbf7a9aec..73f1dcb920bc9f8ca43776c458ac8083aacac2bb 100644 (file)
@@ -1316,7 +1316,7 @@ cached information about equivalent key sequences.")
   /* Display them in a menu.  */
   BLOCK_INPUT;
   
-  selection = w32menu_show (f, xpos, ypos, menu, &hmenu, &error_name);
+  selection = w32menu_show (f, xpos, ypos, menu, hmenu, &error_name);
   
   UNBLOCK_INPUT;