summaryrefslogtreecommitdiff
path: root/lisp/ldg-post.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldg-post.el')
-rw-r--r--lisp/ldg-post.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-post.el b/lisp/ldg-post.el
index bbed297d..c831f01a 100644
--- a/lisp/ldg-post.el
+++ b/lisp/ldg-post.el
@@ -135,7 +135,7 @@ Return the width of the amount field as an integer."
(match-end 3)) (point))))
(defvar ledger-post-account-regex
- (concat "\\(^[ ]+\\)"
+ (concat "\\(^[ \t]+\\)"
"\\([\\[(*!;a-zA-Z0-9]+?\\)"))
(defun ledger-next-account (&optional end)