On Tue, Jan 15, 2013 at 9:16 PM, Jerry James <james(a)xemacs.org> wrote:
I wonder if it is as easy as changing this:
assert (data && (data->next || data->contents));
to:
if (!data || (!data->next && !data->contents))
return 0;
Bingo! Changing the assert to a conditional as above lets XEmacs
start all the way up, and I'm left with a nice error message about the
menu descriptor in the *Warnings* buffer. Does anybody see any
problems with making this change?
--
Jerry James
http://www.jamezone.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta