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

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

[elpa] master 157486a 079/110: avy.el: Fix compiler warning


From: Oleh Krehel
Subject: [elpa] master 157486a 079/110: avy.el: Fix compiler warning
Date: Sat, 11 May 2019 10:15:49 -0400 (EDT)

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

    avy.el: Fix compiler warning
---
 avy.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/avy.el b/avy.el
index dfd7995..1ee41f1 100644
--- a/avy.el
+++ b/avy.el
@@ -375,6 +375,10 @@ SEQ-LEN is how many elements of KEYS it takes to identify 
a match."
 (defun avy-order-closest (x)
   (abs (- (caar x) (point))))
 
+(defvar avy-command nil
+  "Store the current command symbol.
+E.g. 'avy-goto-line or 'avy-goto-char.")
+
 (defun avy-tree (lst keys)
   "Coerce LST into a balanced tree.
 The degree of the tree is the length of KEYS.
@@ -622,10 +626,6 @@ multiple DISPLAY-FN invocations."
 Commands using `avy-with' macro can be resumed."
   (interactive))
 
-(defvar avy-command nil
-  "Store the current command symbol.
-E.g. 'avy-goto-line or 'avy-goto-char.")
-
 (defmacro avy-with (command &rest body)
   "Set `avy-keys' according to COMMAND and execute BODY.
 Set `avy-style' according to COMMMAND as well."



reply via email to

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