浏览代码

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 年之前
父节点
当前提交
0d6ebdf486
共有 1 个文件被更改,包括 0 次插入2 次删除
  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")))