X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fmenubar-msw.c;h=2cd701d419ac14cf6296e59dc50c950989858269;hb=2737412eae9b411d8e806b04d9f15e12cd3128da;hp=16631019464daad52b8db3664a07e7ba7a983e3d;hpb=ac7d0619aad74b1d57c4748ebb3ab29d9c32e3d8;p=chise%2Fxemacs-chise.git.1 diff --git a/src/menubar-msw.c b/src/menubar-msw.c index 1663101..2cd701d 100644 --- a/src/menubar-msw.c +++ b/src/menubar-msw.c @@ -678,12 +678,12 @@ prune_menubar (struct frame *f) if (menubar == NULL) return; - /* #### If a filter function has set desc to Qnil, this abort() + /* #### If a filter function has set desc to Qnil, this ABORT() triggers. To resolve, we must prevent filters explicitly from mangling with the active menu. In apply_filter probably? Is copy-tree on the whole menu too expensive? */ if (NILP (desc)) - /* abort(); */ + /* ABORT(); */ return; GCPRO1 (desc); /* just to be safe -- see above */