emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c2e7de3 01/36: avy-jump.el (avy-goto-subword-0): Add nreve


From: Oleh Krehel
Subject: [elpa] master c2e7de3 01/36: avy-jump.el (avy-goto-subword-0): Add nreverse
Date: Tue, 19 May 2015 12:38:05 +0000

branch: master
commit c2e7de3a4db219513e5ed94cf847a4645f5ce61f
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    avy-jump.el (avy-goto-subword-0): Add nreverse
    
    Re #27
---
 avy-jump.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy-jump.el b/avy-jump.el
index 14fe15d..aa7e3a8 100644
--- a/avy-jump.el
+++ b/avy-jump.el
@@ -430,7 +430,7 @@ should return true."
                 (push (cons (point) (selected-window)) candidates))
               (subword-backward)))))
       (avy--goto
-       (avy--process candidates (avy--style-fn avy-style))))))
+       (avy--process (nreverse candidates) (avy--style-fn avy-style))))))
 
 ;;;###autoload
 (defun avy-goto-subword-1 (&optional arg)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]