diff options
Diffstat (limited to 'emacs.cc')
-rw-r--r-- | emacs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ void format_emacs_transactions::operator()(transaction_t& xact) out << "\n"; } - out << " (\"" << xact.account->fullname() << "\" \"" + out << " (\"" << xact_account(xact)->fullname() << "\" \"" << xact.amount << "\""; switch (xact.state) { |