From 973b0cf5a1527d38b847927442a2754d864571f6 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 20 Feb 2025 21:57:45 +0100 Subject: [PATCH] (compf): Add Edebug spec --- lisp/subr.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5