From 7fff6639911e4467c8f687924a1e7dc465ff5c17 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 30 Oct 2002 12:15:30 +0000 Subject: Recent changes from 0.9.6-stable. --- doc/c-indentation.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 48ca3cf69b..cbf01cb172 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -13,12 +13,10 @@ ; ; 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. -; The style defined below does not indent them at all. -; To insert tabs manually, prefix them with ^Q (the "quoted-insert" -; command of Emacs). If you know a solution to this problem -; or find other problems with this indentation style definition, -; please send e-mail to bodo@openssl.org. +; be handled too well by CC mode with this indentation style, +; 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-basic-offset . 8) -- cgit v1.2.3