* mu-guile-msg.c: use 'mu:current-msg'

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-23 17:59:05 +03:00
parent 7fef745d17
commit c8314e08d1
1 changed files with 1 additions and 1 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;
}