Merge PR #375 from kiennq/bug/thread-indent

master
Basil L. Contovounesios 5 years ago
commit 250ec9f9b0
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 6
      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 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 already. If there are more forms, insert the first form as the
second item in second form, etc." 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 (cond
((null form) x) ((null form) x)
((null more) (if (listp form) ((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 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 already. If there are more forms, insert the first form as the
last item in second form, etc." last item in second form, etc."
(declare (debug ->)) (declare (debug ->)
(indent 1))
(cond (cond
((null form) x) ((null form) x)
((null more) (if (listp form) ((null more) (if (listp form)

Loading…
Cancel
Save