From: Mark Wooding Date: Tue, 26 Feb 2008 17:29:42 +0000 (+0000) Subject: dot-emacs: Fiddle C indentation settings. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/87c7cecb2831fa715fa1bd60bf9fc75c55764abe?ds=inline dot-emacs: Fiddle C indentation settings. Emacs 22's C mode interprets the `inclass' indentation key differently for some reason. (Actually it seems more sensible now.) This might need more vigorous fiddling if it causes problems with older Emacsen. --- diff --git a/dot-emacs.el b/dot-emacs.el index de720a0..1a1b90a 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -658,7 +658,7 @@ doesn't cope with anything approximating a complicated case." (label . 0) (case-label . +) (access-label . -) - (inclass . ++) + (inclass . +) (inline-open . ++) (statement-cont . 0) (statement-case-intro . +)))