diff options
Diffstat (limited to 'lisp/ledger-post.el')
-rw-r--r-- | lisp/ledger-post.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ledger-post.el b/lisp/ledger-post.el index 8775c530..ac040bb2 100644 --- a/lisp/ledger-post.el +++ b/lisp/ledger-post.el @@ -104,7 +104,6 @@ at beginning of account" "Align all accounts and amounts within region, if there is no region align the posting on the current line." (interactive) - (assert (eq major-mode 'ledger-mode)) (save-excursion (if (or (not (mark)) |