Fix Edebug specification for -cut.

The first argument becomes a function name.  It can't be instrumented
because that would result in an invalid form such as

    ((edebug-after 0 1 FUNCTION) ...)
master
Philipp Stephani 5 years ago
parent aab346ed9d
commit 49cea8749e
  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