]> git.eshelyaron.com Git - emacs.git/commitdiff
(compf): Add Edebug spec
authorEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 20:57:45 +0000 (21:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 20:57:45 +0000 (21:57 +0100)
lisp/subr.el

index 30da836e90c1fa88477a525a23fbb94440ed6c61..f0a7d62e48aba5d7fa50861474d3ec5ed0affd75 100644 (file)
@@ -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)