branch: elpa/isl
commit 03b6e1244c2413c075e7837b94844f0c9d497c86
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Align let only
---
 isl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isl.el b/isl.el
index 0939e42c118..b3c51eb2fee 100644
--- a/isl.el
+++ b/isl.el
@@ -545,7 +545,7 @@ automatically backward."
          (pnv      (prefix-numeric-value arg))
          (backward (or (and arg (< pnv 0))
                        (and start bottom (= start bottom))))
-         (wr (and arg (> pnv 0))))
+         (wr       (and arg (> pnv 0))))
     (run-at-time
      0.1 nil
      (lambda ()

Reply via email to