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 6dc08048d9)
This commit is contained in:
Richard Levitte 2015-08-31 17:58:53 +02:00 committed by Richard Levitte
parent 92d0e6aa94
commit 0d6ebdf486
1 changed files with 0 additions and 2 deletions

View File

@ -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")))