summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2015-08-31 17:58:53 +0200
committerRichard Levitte <levitte@openssl.org>2015-08-31 18:21:04 +0200
commitc88f65f5b5cdc01fc16ca38084aebfc141dcba03 (patch)
treea2d26e55c6d858831d172b265caa8a948bfda4d5 /doc
parentfc90ab42db6de59f2d1d9ea35141963c9db98083 (diff)
Remove auto-fill-mode
Apparently, emacs sees changes to auto-fill-mode as insecure Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 6dc08048d93ff35de882878f190ae49aa698b5d2)
Diffstat (limited to 'doc')
-rw-r--r--doc/dir-locals.example.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/dir-locals.example.el b/doc/dir-locals.example.el
index a9fa24464e..79d0b01108 100644
--- a/doc/dir-locals.example.el
+++ b/doc/dir-locals.example.el
@@ -10,8 +10,6 @@
((nil
(indent-tabs-mode . nil)
(fill-column . 78)
- ;; (auto-fill-mode . t) ;; optional.
)
(c-mode
- (auto-fill-mode . nil) ;; auto-fill makes more harm than good in C
(c-file-style . "OpenSSL-II")))