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 43613c0a02
commit 732a6b5522

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