Fix ledger-find-slot so that it doesn't require transaction codes
This commit is contained in:
parent
a7097c9e41
commit
47142e5846
2 changed files with 60 additions and 60 deletions
|
|
@ -325,7 +325,7 @@
|
|||
(concat "\\(Y\\s-+\\([0-9]+\\)\\|" ;; Catches a Y directive
|
||||
ledger-iso-date-regexp
|
||||
"\\([ *!]+\\)" ;; mark
|
||||
"\\((.*)\\)" ;; code
|
||||
"\\((.*)\\)?" ;; code
|
||||
"\\(.*\\)" ;; desc
|
||||
"\\)"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue