From: Mark Wooding Date: Tue, 14 Dec 2010 15:36:50 +0000 (+0000) Subject: el/dot-emacs.el: Some C indentation fixes. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/10598d75fc286e5662949aabb1c743b924a60ce2 el/dot-emacs.el: Some C indentation fixes. These mainly affect K&R-style function definitions. If anything else changes, I may need to rethink. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 3b6d3b5..1827993 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1026,13 +1026,14 @@ doesn't match any of the regular expressions in (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))