diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-27 10:07:03 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-27 10:07:03 -0700 |
commit | 1e3c795935dc5c938b78fc367ee19e1a259b0fb3 (patch) | |
tree | a382d04c8edb2444dbb56b7d377c83027180bedd /lisp/ldg-commodities.el | |
parent | 54f50a7690368aaa6d3fd2bd685484b1552aefcd (diff) | |
download | ledger-1e3c795935dc5c938b78fc367ee19e1a259b0fb3.tar.gz ledger-1e3c795935dc5c938b78fc367ee19e1a259b0fb3.tar.bz2 ledger-1e3c795935dc5c938b78fc367ee19e1a259b0fb3.zip |
Update date regex to handles dashes and slashes
Diffstat (limited to 'lisp/ldg-commodities.el')
-rw-r--r-- | lisp/ldg-commodities.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ldg-commodities.el b/lisp/ldg-commodities.el index 612350b3..6f835221 100644 --- a/lisp/ldg-commodities.el +++ b/lisp/ldg-commodities.el @@ -36,6 +36,7 @@ This only has effect interfacing to calc mode in edit amount" :type 'boolean :group 'ledger) + (defun ledger-split-commodity-string (str) "Split a commoditized amount into two parts" (let (val |