aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32menu.c')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 3aa4c8bc96d..d4de73a0de7 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -820,7 +820,7 @@ w32_menu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
820 else if (EQ (type, QCradio)) 820 else if (EQ (type, QCradio))
821 wv->button_type = BUTTON_TYPE_RADIO; 821 wv->button_type = BUTTON_TYPE_RADIO;
822 else 822 else
823 abort (); 823 emacs_abort ();
824 824
825 wv->selected = !NILP (selected); 825 wv->selected = !NILP (selected);
826 826