0
0
mirror of https://github.com/vim/vim.git synced 2025-10-28 09:27:14 -04:00

updated for version 7.2-216

This commit is contained in:
Bram Moolenaar
2009-06-24 15:51:37 +00:00
parent f061e0befb
commit b849e713e2
4 changed files with 15 additions and 5 deletions

View File

@@ -1040,7 +1040,7 @@ mzscheme_init(void)
#ifdef DYNAMIC_MZSCHEME
if (!mzscheme_enabled(TRUE))
{
EMSG(_("E812: Sorry, this command is disabled, the MzScheme libraries could not be loaded."));
EMSG(_("E815: Sorry, this command is disabled, the MzScheme libraries could not be loaded."));
return -1;
}
#endif