diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-15 10:29:02 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:02 -0400 |
commit | e474b0ed62961ab74c812edf5c1171efe25c5185 (patch) | |
tree | 2396bd94add04907ac3066d8d520880decf10c31 /py_eval.cc | |
parent | 56712430456e5e959a828735c27a55d6961115e1 (diff) | |
download | fork-ledger-e474b0ed62961ab74c812edf5c1171efe25c5185.tar.gz fork-ledger-e474b0ed62961ab74c812edf5c1171efe25c5185.tar.bz2 fork-ledger-e474b0ed62961ab74c812edf5c1171efe25c5185.zip |
Added calls for `export_emacs', to expose FormatEmacsTransactions.
Diffstat (limited to 'py_eval.cc')
-rw-r--r-- | py_eval.cc | 2 |
1 files changed, 2 insertions, 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; } |