Regex Cleanup

This commit is contained in:
Craig Earls 2013-04-04 12:35:20 -07:00
parent 650361a6d3
commit 2e78e61be7
2 changed files with 2 additions and 3 deletions

View file

@ -227,8 +227,7 @@ Return the number of uncleared xacts found."
(set-buffer-modified-p nil)
(ledger-display-balance)
(goto-char curpoint)
;; (ledger-reconcile-visit t)
)))
(ledger-reconcile-visit t))))
(defun ledger-reconcile-finish ()
"Mark all pending posting or transactions as cleared.

View file

@ -54,7 +54,7 @@
"^--.+?\\($\\|[ ]\\)")
(defconst ledger-account-any-status-regex
"^[ \t]+\\([*!]\\s-+\\)?[[(]?\\(.+?\\)\\(\t\\|\n\\| [ \t]\\)")
"^[ \t]+\\([*!]\\s-+\\)?\\([[(]?.+?\\)\\(\t\\|\n\\| [ \t]\\)")
(defconst ledger-account-pending-regex
"\\(^[ \t]+\\)\\(!.+?\\)\\( \\|$\\)")