projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0ea1c8
)
Fix define-erc-response-handler indentation
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 24 Oct 2021 16:54:27 +0000
(18:54 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 24 Oct 2021 16:54:31 +0000
(18:54 +0200)
* lisp/erc/erc-backend.el (define-erc-response-handler): Add
proper indentation.
lisp/erc/erc-backend.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-backend.el
b/lisp/erc/erc-backend.el
index 140755fab51c1490fb7a69207d21042b008acae2..a26cb740a73779a66624aedc6ff6ae6d596bc787 100644
(file)
--- a/
lisp/erc/erc-backend.el
+++ b/
lisp/erc/erc-backend.el
@@
-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)