diff options
author | Craig Earls <enderw88@gmail.com> | 2013-02-27 17:29:41 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2013-02-27 17:29:41 -0700 |
commit | 69dd94b6cce86739b9a6fc6890434cb5b47ea6d9 (patch) | |
tree | 0e164322fee8d6a7bb89e8fd1d5c6525276d9fc0 | |
parent | 1e3c795935dc5c938b78fc367ee19e1a259b0fb3 (diff) | |
download | fork-ledger-69dd94b6cce86739b9a6fc6890434cb5b47ea6d9.tar.gz fork-ledger-69dd94b6cce86739b9a6fc6890434cb5b47ea6d9.tar.bz2 fork-ledger-69dd94b6cce86739b9a6fc6890434cb5b47ea6d9.zip |
Removed use-decimal-comma custom, since we are now reading the .ledgerrc file
-rw-r--r-- | lisp/ldg-commodities.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/ldg-commodities.el b/lisp/ldg-commodities.el index 6f835221..004d4f56 100644 --- a/lisp/ldg-commodities.el +++ b/lisp/ldg-commodities.el @@ -31,12 +31,6 @@ :type 'string :group 'ledger) -(defcustom ledger-use-decimal-comma nil - "If non-nil the use commas as decimal separator. -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 |