summaryrefslogtreecommitdiff
path: root/lisp/ldg-state.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldg-state.el')
-rw-r--r--lisp/ldg-state.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ldg-state.el b/lisp/ldg-state.el
index 7c499d3e..1ede3312 100644
--- a/lisp/ldg-state.el
+++ b/lisp/ldg-state.el
@@ -81,11 +81,11 @@ dropped."
new-status cur-status)
;; Uncompact the entry, to make it easier to toggle the
;; transaction
- (save-excursion ;this excursion unclears the posting
- (goto-char (car bounds)) ;beginning of xact
- (skip-chars-forward "0-9./= \t") ;skip the date
+ (save-excursion ;; this excursion unclears the posting
+ (goto-char (car bounds)) ;; beginning of xact
+ (skip-chars-forward "0-9./= \t") ;; skip the date
(setq cur-status (and (member (char-after) '(?\* ?\!))
- (ledger-state-from-char (char-after)))) ;if the next char is !, * store it
+ (ledger-state-from-char (char-after))))
;;if cur-status if !, or * then delete the marker
(when cur-status
(let ((here (point)))