eudoxia0 / lucerne

A web framework for Common Lisp, built on Clack
http://borretti.me/lucerne/
142 stars 19 forks source link

Specify the body argument of DEFVIEW as &BODY #12

Closed jorams closed 9 years ago

jorams commented 9 years ago

This improves the automatic indentation in Emacs, as &BODY arguments are indented two spaces. With &REST, as it was previously, the body would be aligned with previous arguments.

eudoxia0 commented 9 years ago

Thanks! I've been going through my old code updating macro lambda lists, somehow this slipped.