[gnu.emacs] Indenting

hastings@coherent.com (Reed Hastings) (03/21/89)

Can anyone tell me how to get the following indentation in lisp mode:

(defun fn ()
  (flet ((local-fn (a b c)
	    (form)             ;; this is the tricky line.
            (form)))
    (local-fn 1 2 3)))


This is how it currently indents:

(defun fn ()
  (flet ((local-fn (a b c)
                   (form)    
                   (form)))
    (local-fn 1 2 3)))


Thanks!  -Reed

Reed Hastings
  DOMAIN: hastings@coherent.com
  UUCP: ...!{ames,sun,uunet}!coherent!hastings     
  INTERNET:   coherent!hastings@ames.arpa,    ...@sun.com,    ...@uunet.uu.net 
  USMAIL: Coherent Thought Inc.  3350 West Bayshore #205  Palo Alto CA 94303
  VOICE: (415) 493-8805