diff options
| author | Artur Malabarba | 2016-01-30 16:14:52 +0000 |
|---|---|---|
| committer | Artur Malabarba | 2016-01-30 19:54:41 +0000 |
| commit | 71b20b31c8ee25bcd0de1a954c9ca7b49140b3b2 (patch) | |
| tree | 687f518360ec65ff3d03639a33589720913d729c /etc | |
| parent | ae26c8a7a46ffa6266a4efce592827cf47e85170 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -181,10 +181,6 @@ by default, and must be enabled by using the `--with-modules' option | |||
| 181 | at configure time. | 181 | at configure time. |
| 182 | 182 | ||
| 183 | +++ | 183 | +++ |
| 184 | ** A second dir-local file (.dir-locals-2.el) is now accepted. | ||
| 185 | See 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 |
| 189 | added via the new Network Security Manager (NSM) and controlled via | 185 | added via the new Network Security Manager (NSM) and controlled via |
| 190 | the `network-security-level' variable. | 186 | the `network-security-level' variable. |