Peter Seibel peter@javamonkey.com writes:
Okay, I'm totally confused. I have a couple macros with lambda lists like this:
(defmacro with-gensyms ((&rest names) &body body) ...
(defmacro once-only ((&rest names) &body body) ...
It seems that a few weeks ago, when I used these macros Emacs would indent the bodies correctly, i.e.
Bah. More chaos. I just restarted emacs and SLIME and now *neither* macro gets indented correctly.
-Peter