(toplevel): indent the :method sub-form of `defgeneric' correctly.
This commit is contained in:
parent
09393d0728
commit
2180ea97a8
2 changed files with 6 additions and 0 deletions
|
@ -422,6 +422,7 @@ by `lisp-body-indent'."
|
|||
(handler-bind . let) (restart-bind . let)
|
||||
(locally 1)
|
||||
;(loop ...)
|
||||
(:method (&lambda &body)) ; in `defgeneric'
|
||||
(multiple-value-bind ((&whole 6 &rest 1) 4 &body))
|
||||
(multiple-value-call (4 &body))
|
||||
(multiple-value-prog1 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue