summaryrefslogtreecommitdiff
path: root/py_eval.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-15 10:29:02 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:02 -0400
commite474b0ed62961ab74c812edf5c1171efe25c5185 (patch)
tree2396bd94add04907ac3066d8d520880decf10c31 /py_eval.cc
parent56712430456e5e959a828735c27a55d6961115e1 (diff)
downloadfork-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.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/py_eval.cc b/py_eval.cc
index e4de32b7..b47c6cce 100644
--- a/py_eval.cc
+++ b/py_eval.cc
@@ -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;
}