summaryrefslogtreecommitdiff
path: root/lisp/ledger-complete.el
diff options
context:
space:
mode:
authorthdox <thdox@free.fr>2015-02-08 16:40:24 +0100
committerthdox <thdox@free.fr>2015-02-10 21:42:50 +0100
commit8162cc783da82b5383e6403c80930034582bb366 (patch)
tree98f5a4e1d305c6b74c8276619a2eef1f1690af5c /lisp/ledger-complete.el
parentf8dd075e25fae467ad13776eb366a8eb4799f68a (diff)
downloadledger-8162cc783da82b5383e6403c80930034582bb366.tar.gz
ledger-8162cc783da82b5383e6403c80930034582bb366.tar.bz2
ledger-8162cc783da82b5383e6403c80930034582bb366.zip
[emacs] C-x h M-x untabify RET
C-x h M-x indent-region RET [ci skip]
Diffstat (limited to 'lisp/ledger-complete.el')
-rw-r--r--lisp/ledger-complete.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ledger-complete.el b/lisp/ledger-complete.el
index 2fae9911..2345fd02 100644
--- a/lisp/ledger-complete.el
+++ b/lisp/ledger-complete.el
@@ -157,7 +157,7 @@
(ledger-accounts)))))
(defun ledger-trim-trailing-whitespace (str)
- (replace-regexp-in-string "[ \t]*$" "" str))
+ (replace-regexp-in-string "[ \t]*$" "" str))
(defun ledger-fully-complete-xact ()
"Completes a transaction if there is another matching payee in the buffer.
@@ -235,7 +235,7 @@ ledger-magic-tab would cycle properly"
pcomplete-seen pcomplete-norm-func
pcomplete-args pcomplete-last pcomplete-index
pcomplete-autolist
- (completions (pcomplete-completions))
+ (completions (pcomplete-completions))
(result (pcomplete-do-complete pcomplete-stub completions))
(pcomplete-termination-string ""))
(and result