diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macmenu.c b/src/macmenu.c index 153969f7efd..1482febac6f 100644 --- a/src/macmenu.c +++ b/src/macmenu.c | |||
| @@ -1939,7 +1939,7 @@ mac_dialog_show (f, keymaps, title, header, error_name) | |||
| 1939 | if (!NILP (descrip)) | 1939 | if (!NILP (descrip)) |
| 1940 | wv->key = (char *) SDATA (descrip); | 1940 | wv->key = (char *) SDATA (descrip); |
| 1941 | wv->value = (char *) SDATA (item_name); | 1941 | wv->value = (char *) SDATA (item_name); |
| 1942 | wv->call_data = (void *) i; | 1942 | wv->call_data = (void *) (EMACS_INT) i; |
| 1943 | /* menu item is identified by its index in menu_items table */ | 1943 | /* menu item is identified by its index in menu_items table */ |
| 1944 | wv->enabled = !NILP (enable); | 1944 | wv->enabled = !NILP (enable); |
| 1945 | wv->help = Qnil; | 1945 | wv->help = Qnil; |