diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-16 05:30:34 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-16 05:30:34 -0500 |
commit | 630585599786427e25d9758638ff3b7d74680b4f (patch) | |
tree | 12ea6bfd90d7308a4920cbddae4edcec60c3bfa3 /lisp | |
parent | 2605d8a711348dd677a99749b155ed2d6085cd59 (diff) | |
download | fork-ledger-630585599786427e25d9758638ff3b7d74680b4f.tar.gz fork-ledger-630585599786427e25d9758638ff3b7d74680b4f.tar.bz2 fork-ledger-630585599786427e25d9758638ff3b7d74680b4f.zip |
Don't allow trailing ws in abbrev. account segments
Fixes #358
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ldg-post.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-post.el b/lisp/ldg-post.el index da4a2806..05b9d352 100644 --- a/lisp/ldg-post.el +++ b/lisp/ldg-post.el @@ -4,7 +4,7 @@ "" :group 'ledger) -(defcustom ledger-post-auto-adjust-amounts t +(defcustom ledger-post-auto-adjust-amounts nil "If non-nil, ." :type 'boolean :group 'ledger-post) |