diff options
author | Craig Earls <enderw88@gmail.com> | 2013-07-02 13:18:18 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-07-02 13:18:18 -0700 |
commit | d01b888384c97c1a7dc37ae86dbc53e06ca190b7 (patch) | |
tree | 7b5c8b42856fe9c61228857a1a1f711d4cfee5dd /lisp | |
parent | cf2fa5c32bedf30dcfddb4c4ee20fd7643b7c8f6 (diff) | |
download | fork-ledger-d01b888384c97c1a7dc37ae86dbc53e06ca190b7.tar.gz fork-ledger-d01b888384c97c1a7dc37ae86dbc53e06ca190b7.tar.bz2 fork-ledger-d01b888384c97c1a7dc37ae86dbc53e06ca190b7.zip |
Formatting cleanup
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ldg-regex.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ldg-regex.el b/lisp/ldg-regex.el index ab875579..c59937b1 100644 --- a/lisp/ldg-regex.el +++ b/lisp/ldg-regex.el @@ -68,10 +68,10 @@ "^--.+?\\($\\|[ ]\\)") (defconst ledger-account-any-status-regex - "^[ \t]+\\([*!]\\s-+\\)?\\([[(]?.+?\\)\\(\t\\|\n\\| [ \t]\\)") + "^[ \t]+\\([*!]\\s-+\\)?\\([[(]?.+?\\)\\(\t\\|\n\\| [ \t]\\)") (defun ledger-account-any-status-with-seed-regex (seed) - (concat "^[ \t]+\\([*!]\\s-+\\)?\\([[(]?" seed ".+?\\)\\(\t\\|\n\\| [ \t]\\)")) + (concat "^[ \t]+\\([*!]\\s-+\\)?\\([[(]?" seed ".+?\\)\\(\t\\|\n\\| [ \t]\\)")) (defconst ledger-account-pending-regex "\\(^[ \t]+\\)\\(!\\s-*.*?\\)\\( \\|\t\\|$\\)") |