aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba2016-01-30 16:14:52 +0000
committerArtur Malabarba2016-01-30 19:54:41 +0000
commit71b20b31c8ee25bcd0de1a954c9ca7b49140b3b2 (patch)
tree687f518360ec65ff3d03639a33589720913d729c /etc
parentae26c8a7a46ffa6266a4efce592827cf47e85170 (diff)
downloademacs-71b20b31c8ee25bcd0de1a954c9ca7b49140b3b2.tar.gz
emacs-71b20b31c8ee25bcd0de1a954c9ca7b49140b3b2.zip
Backport: * lisp/files.el: Remove support for extra .dir-locals file
(dir-locals-file-2, dir-locals--all-files): Remove. (dir-locals-collect-variables, dir-locals-file, dir-locals-find-file) (dir-locals-read-from-file, hack-dir-local-variables): Revert changes. * lisp/files-x.el (modify-dir-local-variable): Revert changes. * lisp/help-fns.el (describe-variable): Revert changes. * doc/emacs/custom.texi (Directory Variables): Revert changes. * etc/NEWS: Revert changes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d0415a22f95..a7348e4e6f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -181,10 +181,6 @@ by default, and must be enabled by using the `--with-modules' option
181at configure time. 181at configure time.
182 182
183+++ 183+++
184** A second dir-local file (.dir-locals-2.el) is now accepted.
185See the variable `dir-locals-file-2' for more information.
186
187+++
188** Network security (TLS/SSL certificate validity and the like) is 184** Network security (TLS/SSL certificate validity and the like) is
189added via the new Network Security Manager (NSM) and controlled via 185added via the new Network Security Manager (NSM) and controlled via
190the `network-security-level' variable. 186the `network-security-level' variable.