[101] in Kerberos_V5_Development
indenting styles and C-mode
daemon@ATHENA.MIT.EDU (qjb@ATHENA.MIT.EDU)
Fri Jan 19 14:36:55 1990
From: qjb@ATHENA.MIT.EDU
Date: Fri, 19 Jan 90 14:36:08 -0500
To: krbdev@ATHENA.MIT.EDU
It seems, for several good reasons, that we are using this style
of function declaration:
type
function(args)
arg declarations;
{
body
}
Is there any *quick* and easy way of getting emacs to do the
right thing with this?
I am using the standard C-mode, but am more than willing to
change to something else if necessary......
Jay