Merge PR #381 from phst/edebug-spec-cut

master
Basil L. Contovounesios 5 years ago
commit 03cbf13a1e
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      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))

Loading…
Cancel
Save