* muile/guile: use mu:current-msg for the current message, update docs

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-23 09:20:28 +03:00
parent 0ce9f78ed8
commit 087ad64b4a
3 changed files with 12 additions and 3 deletions

View File

@ -509,7 +509,7 @@ mu_guile_msg_load_current (const char *path)
}
msgsmob = mu_guile_msg_to_scm (msg);
scm_c_define ("mu:current", msgsmob);
scm_c_define ("mu:current-msg", msgsmob);
return TRUE;
}