aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes1997-10-13 18:06:22 +0000
committerAndrew Innes1997-10-13 18:06:22 +0000
commit4a80f0815d27df3374b81d0df17e584374feab0c (patch)
tree875957844dbff4c85ab2b813bf47a2b0b7473a4e /src
parent261bfd0e0e4379a33fda653cf3d618d99174578f (diff)
downloademacs-4a80f0815d27df3374b81d0df17e584374feab0c.tar.gz
emacs-4a80f0815d27df3374b81d0df17e584374feab0c.zip
Pass menu handle by value.
Diffstat (limited to 'src')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 0495818d7ff..73f1dcb920b 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1316,7 +1316,7 @@ cached information about equivalent key sequences.")
1316 /* Display them in a menu. */ 1316 /* Display them in a menu. */
1317 BLOCK_INPUT; 1317 BLOCK_INPUT;
1318 1318
1319 selection = w32menu_show (f, xpos, ypos, menu, &hmenu, &error_name); 1319 selection = w32menu_show (f, xpos, ypos, menu, hmenu, &error_name);
1320 1320
1321 UNBLOCK_INPUT; 1321 UNBLOCK_INPUT;
1322 1322