looks like a cut&paste error
[openssl.git] / doc / c-indentation.el
index c1afe2318d5451e9bd8d17d9d65d71cb5dcba04e..48ca3cf69b30b8302d3e28b604c9da1cd41d94e8 100644 (file)
@@ -4,7 +4,7 @@
 ; 
 ; This definition is for the "CC mode" package, which is the default
 ; mode for editing C source files in Emacs 20, not for the older
-; c-mode.el (which is the default in Emacs 19).
+; c-mode.el (which was the default in less recent releaes of Emacs 19).
 ;
 ; Copy the definition in your .emacs file or use M-x eval-buffer.
 ; To activate this indentation style, visit a C file, type
               (c-hanging-braces-alist)
               (c-offsets-alist . ((defun-open . +)
                                   (defun-block-intro . 0)
+                                  (class-open . +)
+                                  (class-close . +)
                                   (block-open . 0)
+                                  (block-close . 0)
                                   (substatement-open . +)
+                                  (statement . 0)
                                   (statement-block-intro . 0)
                                   (statement-case-open . +)
                                   (statement-case-intro . +)
                                   (case-label . -)
                                   (label . -)
-                                  (arglist-cont-nonempty . +)))))
+                                  (arglist-cont-nonempty . +)
+                                  (topmost-intro . -)
+                                  (brace-list-close . 0)
+                                  (brace-list-intro . 0)
+                                  (brace-list-open . +)
+                                  ))))
+