From: Richard Levitte Date: Mon, 31 Aug 2015 15:58:53 +0000 (+0200) Subject: Remove auto-fill-mode X-Git-Tag: OpenSSL_1_1_0-pre1~762 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6dc08048d93ff35de882878f190ae49aa698b5d2;p=oweals%2Fopenssl.git Remove auto-fill-mode Apparently, emacs sees changes to auto-fill-mode as insecure Reviewed-by: Rich Salz --- diff --git a/doc/dir-locals.example.el b/doc/dir-locals.example.el index a9fa24464e..79d0b01108 100644 --- a/doc/dir-locals.example.el +++ b/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")))