Remove auto-fill-mode
authorRichard Levitte <richard@levitte.org>
Mon, 31 Aug 2015 15:58:53 +0000 (17:58 +0200)
committerRichard Levitte <richard@levitte.org>
Mon, 31 Aug 2015 16:15:33 +0000 (18:15 +0200)
Apparently, emacs sees changes to auto-fill-mode as insecure

Reviewed-by: Rich Salz <rsalz@openssl.org>
doc/dir-locals.example.el

index a9fa24464ef5b66255ca3c4be7e92728dc30c0c1..79d0b01108d42140cca503360e19597b2aabe19e 100644 (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")))