summaryrefslogtreecommitdiff
path: root/lisp/ledger-post.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ledger-post.el')
-rw-r--r--lisp/ledger-post.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ledger-post.el b/lisp/ledger-post.el
index 973f2260..39bc6b26 100644
--- a/lisp/ledger-post.el
+++ b/lisp/ledger-post.el
@@ -170,7 +170,7 @@ regular text."
(cond
((nth 4 (syntax-ppss))
(call-interactively 'ledger-post-align-postings)
- (fill-paragraph))
+ (fill-paragraph 0))
((use-region-p) (call-interactively 'ledger-post-align-postings))
(t (call-interactively 'ledger-post-align-xact))))