summaryrefslogtreecommitdiffstats
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:05 +0200
commitc223cc0a035fd6cb900a366511cebf88569bb95e (patch)
treea16585a241217d3cfbec6f45a8c478f0dfb9cf17
parent82f42f525bcdaa2d615fb46f6140865b814e9523 (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)
-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")))