From 971bcf22f4282ef9813a9fe9bb4966e03d50c48c Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sat, 13 Apr 2013 21:55:06 -0700 Subject: Bug 951, handle thousand separators. Rewrote handling for decimal comma to be much simpler. Why can't I see the simple way first? --- 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 83bc2197..736fd811 100644 --- a/lisp/ldg-regex.el +++ b/lisp/ldg-regex.el @@ -37,7 +37,7 @@ "-?[1-9][0-9.]*[,]?[0-9]*") (defconst ledger-amount-decimal-period-regex - "-?[1-9][0-9.]*[.]?[0-9]*") + "-?[1-9][0-9,]*[.]?[0-9]*") (defconst ledger-other-entries-regex "\\(^[~=A-Za-z].+\\)+") -- cgit v1.2.3