Browse Source

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)
Richard Levitte 8 years ago
parent
commit
0d6ebdf486
1 changed files with 0 additions and 2 deletions
  1. 0 2
      doc/dir-locals.example.el

+ 0 - 2
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")))