emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

correct indentation for flet and labels macros


From: Suraj Acharya
Subject: correct indentation for flet and labels macros
Date: Mon, 30 Aug 2004 19:26:52 -0700
User-agent: Mozilla Thunderbird 0.7.1 (Windows/20040626)

Is there any way to get flet and labels to indent their definitions like defun?

I want

(flet ((foo (args)
         (bar)))


instead of


(flet ((foo (args)
            (bar)))


Suraj





reply via email to

[Prev in Thread] Current Thread [Next in Thread]