From: Eshel Yaron Date: Thu, 20 Feb 2025 20:57:45 +0000 (+0100) Subject: (compf): Add Edebug spec X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=973b0cf5a1527d38b847927442a2754d864571f6;p=emacs.git (compf): Add Edebug spec --- diff --git a/lisp/subr.el b/lisp/subr.el index 30da836e90c..f0a7d62e48a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -207,6 +207,7 @@ variable VAR that is bound to a function, wrap VAR in a vector, as in: (compf ignore [foo] always)) If FUNS is empty, expand to `identity'." + (declare (debug (&rest &or symbolp vectorp lambda-expr form))) (cond ((null funs) '#'identity) ((length= funs 1)