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

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

[elpa] externals/dash 9256290 241/316: * dash.el (-->): Indent with 1 di


From: ELPA Syncer
Subject: [elpa] externals/dash 9256290 241/316: * dash.el (-->): Indent with 1 distinguished arg.
Date: Mon, 15 Feb 2021 15:58:09 -0500 (EST)

branch: externals/dash
commit 92562909a763d766fd81b817418c2e05d35d50e0
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    * dash.el (-->): Indent with 1 distinguished arg.
---
 dash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dash.el b/dash.el
index c2ff694..a60b107 100644
--- a/dash.el
+++ b/dash.el
@@ -1683,7 +1683,7 @@ last item in second form, etc."
 Insert X at the position signified by the symbol `it' in the first
 form.  If there are more forms, insert the first form at the position
 signified by `it' in in second form, etc."
-  (declare (debug (form body)))
+  (declare (debug (form body)) (indent 1))
   `(-as-> ,x it ,@forms))
 
 (defmacro -as-> (value variable &rest forms)



reply via email to

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