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

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

[elpa] master ca69b1f 14/36: Add debug declarations


From: Oleh Krehel
Subject: [elpa] master ca69b1f 14/36: Add debug declarations
Date: Tue, 19 May 2015 12:38:11 +0000

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

    Add debug declarations
---
 avy.el |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/avy.el b/avy.el
index 78549ab..8fa80f6 100644
--- a/avy.el
+++ b/avy.el
@@ -231,7 +231,8 @@ multiple DISPLAY-FN invokations."
 ;;** Rest
 (defmacro avy-dowindows (flip &rest body)
   "Depending on FLIP and `avy-all-windows' run BODY in each or selected 
window."
-  (declare (indent 1))
+  (declare (indent 1)
+           (debug (form body)))
   `(let ((avy-all-windows (if ,flip
                               (not avy-all-windows)
                             avy-all-windows)))
@@ -244,7 +245,8 @@ multiple DISPLAY-FN invokations."
 
 (defmacro avy--with-avy-keys (command &rest body)
   "Set `avy-keys' according to COMMAND and execute BODY."
-  (declare (indent 1))
+  (declare (indent 1)
+           (debug (form body)))
   `(let ((avy-keys (or (cdr (assq ',command avy-keys-alist))
                        avy-keys))
          (avy-style (or (cdr (assq ',command avy-styles-alist))



reply via email to

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