dot-emacs: Fix C indentation quite a lot.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 12 Jun 2009 14:00:24 +0000 (15:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 12 Jun 2009 14:00:24 +0000 (15:00 +0100)
commitf50c1bed963ac02b75f39124dda23c69441c0bff
tree8ed172a1ff1c971da36ab7dee546bcc1b72dee7c
parent58fc56e7ac9e3225c1010609a06b77efd1e4828c
dot-emacs: Fix C indentation quite a lot.

This change fixes a number of C indentation annoyances:

  * One-line blocks are indented relative to the preceding line.

  * Stuff inside `extern "C" { ... }' isn't indended.

  * The `extern "C" {' line itself /is/ indended.

  * Blocks in macro argument lists are fixed.

  * Macro indentation is fixed.
dot-emacs.el