Added calls for `export_emacs', to expose FormatEmacsTransactions.
This commit is contained in:
parent
5671243045
commit
e474b0ed62
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue