projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc90ab4
)
Remove auto-fill-mode
author
Richard Levitte
<richard@levitte.org>
Mon, 31 Aug 2015 15:58:53 +0000
(17:58 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 31 Aug 2015 16:21:04 +0000
(18:21 +0200)
Apparently, emacs sees changes to auto-fill-mode as insecure
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
6dc08048d93ff35de882878f190ae49aa698b5d2
)
doc/dir-locals.example.el
patch
|
blob
|
history
diff --git
a/doc/dir-locals.example.el
b/doc/dir-locals.example.el
index a9fa24464ef5b66255ca3c4be7e92728dc30c0c1..79d0b01108d42140cca503360e19597b2aabe19e 100644
(file)
--- 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")))