Fix ledger-find-slot so that it doesn't require transaction codes

This commit is contained in:
Craig Earls 2013-05-14 09:49:27 -07:00
parent a7097c9e41
commit 47142e5846
2 changed files with 60 additions and 60 deletions

View file

@ -325,7 +325,7 @@
(concat "\\(Y\\s-+\\([0-9]+\\)\\|" ;; Catches a Y directive
ledger-iso-date-regexp
"\\([ *!]+\\)" ;; mark
"\\((.*)\\)" ;; code
"\\((.*)\\)?" ;; code
"\\(.*\\)" ;; desc
"\\)"))