Simplify redefinition of 'abort' (Bug#12316).
[bpt/emacs.git] / src / nsmenu.m
index 9e29048..d0f3e45 100644 (file)
@@ -948,7 +948,7 @@ ns_menu_show (FRAME_PTR f, int x, int y, int for_click, int keymaps,
          else if (EQ (type, QCradio))
            wv->button_type = BUTTON_TYPE_RADIO;
          else
-           abort ();
+           emacs_abort ();
 
          wv->selected = !NILP (selected);