1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* 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

View File

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