From 8162cc783da82b5383e6403c80930034582bb366 Mon Sep 17 00:00:00 2001 From: thdox Date: Sun, 8 Feb 2015 16:40:24 +0100 Subject: [emacs] C-x h M-x untabify RET C-x h M-x indent-region RET [ci skip] --- lisp/ledger-post.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/ledger-post.el') diff --git a/lisp/ledger-post.el b/lisp/ledger-post.el index e0c7aaee..527a2044 100644 --- a/lisp/ledger-post.el +++ b/lisp/ledger-post.el @@ -95,8 +95,8 @@ at beginning of account" (current-column)))) (defun ledger-post-align-xact (pos) - "Align all the posting in the xact at POS." - (interactive "d") + "Align all the posting in the xact at POS." + (interactive "d") (let ((bounds (ledger-navigate-find-xact-extents pos))) (ledger-post-align-postings (car bounds) (cadr bounds)))) -- cgit v1.2.3