summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-10-23 13:09:19 +0000
committerBodo Möller <bodo@openssl.org>2002-10-23 13:09:19 +0000
commite1c191fe44513f3ac22b8890fb45a7cc934f3b57 (patch)
treed444f9fc275b780df91e7d0215516959a3d193fc /doc
parent5aa3429c5d2216dc9a75e5c40c78b3dce5bb4efe (diff)
I don't like c-tab-always-indent ...
Diffstat (limited to 'doc')
-rw-r--r--doc/c-indentation.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/c-indentation.el b/doc/c-indentation.el
index 3b468af69b..cbf01cb172 100644
--- a/doc/c-indentation.el
+++ b/doc/c-indentation.el
@@ -14,13 +14,12 @@
; 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 . +)