branch: externals/dash commit 250ec9f9b0ca06c8c990b0575066390efdfd3da7 Merge: 334a0b3 911ef09 Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
Merge PR #375 from kiennq/bug/thread-indent --- dash.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dash.el b/dash.el index 3e55f9d..c5fdc94 100644 --- a/dash.el +++ b/dash.el @@ -1725,7 +1725,8 @@ See also: `-select-columns', `-select-by-indices'" in the first form, making a list of it if it is not a list already. If there are more forms, insert the first form as the second item in second form, etc." - (declare (debug (form &rest [&or symbolp (sexp &rest form)]))) + (declare (debug (form &rest [&or symbolp (sexp &rest form)])) + (indent 1)) (cond ((null form) x) ((null more) (if (listp form) @@ -1738,7 +1739,8 @@ second item in second form, etc." in the first form, making a list of it if it is not a list already. If there are more forms, insert the first form as the last item in second form, etc." - (declare (debug ->)) + (declare (debug ->) + (indent 1)) (cond ((null form) x) ((null more) (if (listp form)