diff options
author | Craig Earls <enderw88@gmail.com> | 2013-05-11 19:14:51 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-05-11 19:14:51 -0700 |
commit | a7097c9e4113f79f95b34936b735f2cec5263115 (patch) | |
tree | 2a64621c7739f46b3141677ceb9079f937b69a4f /lisp/ldg-regex.el | |
parent | bb181c494a1877af836dca5fa096021095bd6f60 (diff) | |
download | fork-ledger-a7097c9e4113f79f95b34936b735f2cec5263115.tar.gz fork-ledger-a7097c9e4113f79f95b34936b735f2cec5263115.tar.bz2 fork-ledger-a7097c9e4113f79f95b34936b735f2cec5263115.zip |
Fix Bug 962
Diffstat (limited to 'lisp/ldg-regex.el')
-rw-r--r-- | lisp/ldg-regex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-regex.el b/lisp/ldg-regex.el index b15cd1de..d1c5a52c 100644 --- a/lisp/ldg-regex.el +++ b/lisp/ldg-regex.el @@ -68,7 +68,7 @@ "^--.+?\\($\\|[ ]\\)") (defconst ledger-account-any-status-regex - "^[ \t]+\\([*!]\\s-+\\)?[[(]?\\(.+?\\)\\(\t\\|\n\\| [ \t]\\)") + "^[ \t]+\\([*!]\\s-+\\)?\\([[(]?.+?\\)\\(\t\\|\n\\| [ \t]\\)") (defconst ledger-account-pending-regex "\\(^[ \t]+\\)\\(!\\s-*.*?\\)\\( \\|\t\\|$\\)") |