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

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

[elpa] master d4aa876 063/110: Note that change to store full avy path i


From: Oleh Krehel
Subject: [elpa] master d4aa876 063/110: Note that change to store full avy path is for external packages
Date: Sat, 11 May 2019 10:15:45 -0400 (EDT)

branch: master
commit d4aa876154cc6d70053f748bbdff0d9145ab5e57
Author: Bob Weiner <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Note that change to store full avy path is for external packages
---
 avy.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/avy.el b/avy.el
index 6d427ef..1eef9c5 100644
--- a/avy.el
+++ b/avy.el
@@ -470,8 +470,8 @@ multiple DISPLAY-FN invocations."
         (funcall cleanup-fn)
        (if (setq window (avy-mouse-event-window char))
            (throw 'done (cons char window))
-         ;; Ensure avy-current-path stores the full path given before
-         ;; exit for testing when an invalid path character is given.
+         ;; Ensure avy-current-path stores the full path prior to
+          ;; exit so other packages can utilize its value.
           (setq avy-current-path
                (concat avy-current-path (string (avy--key-to-char char))))
           (if (setq branch (assoc char tree))



reply via email to

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