[comp.emacs] Formatting labels with gnu-emacs?

tsf@PROOF.ERGO.CS.CMU.EDU (Timothy Freeman) (05/15/88)

Does anyone out there have code to correctly format a common lisp
labels construct from gnu-emacs?  For example,

   (labels ((this-is-a-very-long-function-name (a b)
               form))
      ...)

should look like that rather than 

   (labels ((this-is-a-very-long-function-name (a b)
                                               form))
      ...)

-- 
Tim Freeman

Arpanet: tsf@theory.cs.cmu.edu
Uucp:    ...!seismo.css.gov!proof.ergo.cs.cmu.edu!tsf