* lisp/erc/erc-backend.el (define-erc-response-handler) Edebug spec.
This commit is contained in:
parent
6daa6f5f5c
commit
b86b187aa9
1 changed files with 3 additions and 1 deletions
|
@ -1611,7 +1611,9 @@ Would expand to:
|
|||
|
||||
\(fn (NAME &rest ALIASES) &optional EXTRA-FN-DOC EXTRA-VAR-DOC &rest FN-BODY)"
|
||||
(declare (debug (&define [&name "erc-response-handler@"
|
||||
(symbolp &rest symbolp)]
|
||||
;; No `def-edebug-elem-spec' in 27.
|
||||
([&or integerp symbolp]
|
||||
&rest [&or integerp symbolp])]
|
||||
&optional sexp sexp def-body))
|
||||
(indent defun))
|
||||
(if (numberp name) (setq name (intern (format "%03i" name))))
|
||||
|
|
Loading…
Add table
Reference in a new issue