summaryrefslogtreecommitdiff
path: root/emacs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.cc')
-rw-r--r--emacs.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.cc b/emacs.cc
index b25fb9aa..823e0367 100644
--- a/emacs.cc
+++ b/emacs.cc
@@ -47,7 +47,8 @@ void format_emacs_transactions::operator()(transaction_t& xact)
out << "\n";
}
- out << " (\"" << xact_account(xact)->fullname() << "\" \""
+ out << " (" << (((unsigned long)xact.beg_pos) + 1) << " ";
+ out << "\"" << xact_account(xact)->fullname() << "\" \""
<< xact.amount << "\"";
switch (xact.state) {