summaryrefslogtreecommitdiff
path: root/lisp/ldg-exec.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ldg-exec.el')
-rw-r--r--lisp/ldg-exec.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ldg-exec.el b/lisp/ldg-exec.el
index f13cfa5a..e9cefd20 100644
--- a/lisp/ldg-exec.el
+++ b/lisp/ldg-exec.el
@@ -68,8 +68,8 @@
(goto-char (point-min))
(delete-horizontal-space)
(setq version-strings (split-string
- (buffer-substring-no-properties (point)
- (+ (point) 12))))
+ (buffer-substring-no-properties (point)
+ (+ (point) 12))))
(if (and (string-match (regexp-quote "Ledger") (car version-strings))
(or (string= needed (car (cdr version-strings)))
(string< needed (car (cdr version-strings)))))