Problem: Missing error number in MzScheme. (Dominique Pelle)
Solution: Add a proper error number.
#endif
if (load_base_module_failed || startup_mzscheme())
{
- EMSG(_("Exxx: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
+ EMSG(_("E895: Sorry, this command is disabled, the MzScheme's racket/base module could not be loaded."));
return -1;
}
initialized = TRUE;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1162,
/**/
1161,
/**/