Commit c88f65f5 authored by Richard Levitte's avatar Richard Levitte Committed by Richard Levitte
Browse files

Remove auto-fill-mode



Apparently, emacs sees changes to auto-fill-mode as insecure

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit 6dc08048)
parent fc90ab42
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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")))