Fix define-erc-response-handler indentation
* lisp/erc/erc-backend.el (define-erc-response-handler): Add proper indentation.
This commit is contained in:
parent
c0ea1c8863
commit
d64936d8f6
1 changed files with 2 additions and 1 deletions
|
@ -1169,7 +1169,8 @@ 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)]
|
||||
&optional sexp sexp def-body)))
|
||||
&optional sexp sexp def-body))
|
||||
(indent defun))
|
||||
(if (numberp name) (setq name (intern (format "%03i" name))))
|
||||
(setq aliases (mapcar (lambda (a)
|
||||
(if (numberp a)
|
||||
|
|
Loading…
Add table
Reference in a new issue