chiark / gitweb /
el/dot-emacs.el: Some C indentation fixes.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 Dec 2010 15:36:50 +0000 (15:36 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 Dec 2010 15:36:50 +0000 (15:36 +0000)
These mainly affect K&R-style function definitions.  If anything else
changes, I may need to rethink.

el/dot-emacs.el

index 3b6d3b5d3e1d5f84f0905d5f08d5f16ce5a614af..182799376a6e10ff4401a461e0c9cb9df20bf74b 100644 (file)
@@ -1026,13 +1026,14 @@                   (defun-open . (add 0 c-indent-one-line-block))
                  (arglist-cont-nonempty . mdw-c-lineup-arglist)
                  (topmost-intro . mdw-c-indent-extern-mumble)
                  (cpp-define-intro . 0)
+                 (knr-argdecl . 0)
                  (inextern-lang . [0])
                  (label . 0)
                  (case-label . +)
                  (access-label . -)
                  (inclass . +)
                  (inline-open . ++)
-                 (statement-cont . 0)
+                 (statement-cont . +)
                  (statement-case-intro . +)))
               t))