Added calls for `export_emacs', to expose FormatEmacsTransactions.

This commit is contained in:
John Wiegley 2005-02-15 10:29:02 +00:00
parent 5671243045
commit e474b0ed62

View file

@ -33,6 +33,7 @@ void export_format();
void export_valexpr();
void export_datetime();
void export_derive();
void export_emacs();
void initialize_ledger_for_python()
{
@ -58,6 +59,7 @@ void initialize_ledger_for_python()
export_valexpr();
export_datetime();
export_derive();
export_emacs();
module_initialized = true;
}