summaryrefslogtreecommitdiff
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:07 +0200
commit0d6ebdf48658f8fb0d170e5aff895f534a749c0c (patch)
treec0e335f6fd89fb86f80e8e23ed62ae5e51a11e1c
parent92d0e6aa94797092eb316550b2229a3bcb6988d9 (diff)
downloadopenssl-new-0d6ebdf48658f8fb0d170e5aff895f534a749c0c.tar.gz
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)
-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")))