From ccaaf7e235014875f6f2bcbc146658b1b42d4ae9 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 9 Dec 2013 21:14:35 +0000 Subject: ledger-mode: Fix a number of byte-compilation warnings --- lisp/ledger-commodities.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/ledger-commodities.el') diff --git a/lisp/ledger-commodities.el b/lisp/ledger-commodities.el index 758d4f10..865305d6 100644 --- a/lisp/ledger-commodities.el +++ b/lisp/ledger-commodities.el @@ -35,7 +35,8 @@ (defcustom ledger-scale 10000 "The 10 ^ maximum number of digits you would expect to appear in your reports. -This is a cheap way of getting around floating point silliness in subtraction") +This is a cheap way of getting around floating point silliness in subtraction" + :group 'ledger) (defun ledger-split-commodity-string (str) "Split a commoditized string, STR, into two parts. -- cgit v1.2.3