[Python-Dev] Reindenting unicodedata.c

Martin v. Loewis martin@v.loewis.de
09 Nov 2002 00:04:54 +0100


barry@python.org (Barry A. Warsaw) writes:

> Did you do something special to use the "python" style for Python C
> files?  I ask because that's what I do.  Vanilla CC Mode should use
> the "gnu" style by default, which is a lot different than "python"
> style. :)

Yes:

 '(c-default-style "python")

through custom-set-variables.

Regards,
Martin