branch: externals/dash commit 03cbf13a1ed219ee3a4947961ea305b428e399ea Merge: aab346e 49cea87 Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
Merge PR #381 from phst/edebug-spec-cut --- dash.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash.el b/dash.el index 3b5dd5b..be50166 100644 --- a/dash.el +++ b/dash.el @@ -3092,7 +3092,7 @@ In types: a -> b -> a" Arguments denoted by <> will be left unspecialized. See SRFI-26 for detailed description." - (declare (debug (&rest &or "<>" form))) + (declare (debug (&optional sexp &rest &or "<>" form))) (let* ((i 0) (args (--keep (when (eq it '<>) (setq i (1+ i))