From 47142e5846ab4bdaa5d7b3d89a5be411af9dd22f Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Tue, 14 May 2013 09:49:27 -0700 Subject: Fix ledger-find-slot so that it doesn't require transaction codes --- lisp/ldg-regex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ldg-regex.el') diff --git a/lisp/ldg-regex.el b/lisp/ldg-regex.el index d1c5a52c..487a2449 100644 --- a/lisp/ldg-regex.el +++ b/lisp/ldg-regex.el @@ -325,7 +325,7 @@ (concat "\\(Y\\s-+\\([0-9]+\\)\\|" ;; Catches a Y directive ledger-iso-date-regexp "\\([ *!]+\\)" ;; mark - "\\((.*)\\)" ;; code + "\\((.*)\\)?" ;; code "\\(.*\\)" ;; desc "\\)")) -- cgit v1.2.3