harmonize with 0.9.7-stable and 0.9.8-stable variants of CHANGES
[openssl.git] / doc / c-indentation.el
index 3b468af69baca3a6c3c294b6897260e1c2b7d40b..cbf01cb1720a4f39b4655bc3d0df9041bb086742 100644 (file)
 ; Apparently statement blocks that are not introduced by a statement
 ; such as "if" and that are not the body of a function cannot
 ; be handled too well by CC mode with this indentation style,
-; so you have to indent them manually.
-' 
+; so you have to indent them manually (you can use C-q tab).
+; 
 ; For suggesting improvements, please send e-mail to bodo@openssl.org.
 
 (c-add-style "eay"
-            '((c-tab-always-indent . nil)
-              (c-basic-offset . 8)
+            '((c-basic-offset . 8)
               (c-comment-only-line-offset . 0)
               (c-hanging-braces-alist)
               (c-offsets-alist . ((defun-open . +)