commit | b849e713e2163bf3063b118a2c0a8e6ce88521fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 15:51:37 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 15:51:37 2009 +0000 |
tree | d16a5901ea0859842ce1bb01792f8a854dd87531 | |
parent | f061e0befbea69304bc9e09a8d15dab36dabb024 [diff] [blame] |
updated for version 7.2-216
diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 017f804..1658fe4 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c
@@ -1040,7 +1040,7 @@ #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