Commit 6dc08048 authored by Richard Levitte's avatar 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>
parent 0927f0d8
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")))