chiark / gitweb /
el/dot-emacs.el (mdw-trustonic-c): Support bizarre access-label indentation.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 19 May 2016 14:42:16 +0000 (15:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 24 May 2016 22:16:23 +0000 (23:16 +0100)
Whatever.  I don't make these rules.

el/dot-emacs.el

index 2df85134c1e22cbb6da40eceeae901029f8081c3..9de062a1cc04a672585e601294536224f1144fc3 100644 (file)
@@ -1543,7 +1543,7 @@              (defun-open . (add 0 c-indent-one-line-block))
                   (inextern-lang . [0])
                   (label . 0)
                   (case-label . +)
-                  (access-label . -)
+                  (access-label . -2)
                   (inclass . +)
                   (inline-open . ++)
                   (statement-cont . +)