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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/emacs/custom.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 7be660c85d1..c1093353757 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1298,11 +1298,7 @@ accomplished with @dfn{directory-local variables}. | |||
| 1298 | named @file{.dir-locals.el}@footnote{ On MS-DOS, the name of this file | 1298 | named @file{.dir-locals.el}@footnote{ On MS-DOS, the name of this file |
| 1299 | should be @file{_dir-locals.el}, due to limitations of the DOS | 1299 | should be @file{_dir-locals.el}, due to limitations of the DOS |
| 1300 | filesystems. If the filesystem is limited to 8+3 file names, the name | 1300 | filesystems. If the filesystem is limited to 8+3 file names, the name |
| 1301 | of the file will be truncated by the OS to @file{_dir-loc.el}. | 1301 | of the file will be truncated by the OS to @file{_dir-loc.el}. } in a |
| 1302 | }@footnote{ You can also use @file{.dir-locals-2.el}, which | ||
| 1303 | is loaded in addition. This is useful when @file{.dir-locals.el} is | ||
| 1304 | under version control in a shared repository and can't be used for | ||
| 1305 | personal customizations. } in a | ||
| 1306 | directory. Whenever Emacs visits any file in that directory or any of | 1302 | directory. Whenever Emacs visits any file in that directory or any of |
| 1307 | its subdirectories, it will apply the directory-local variables | 1303 | its subdirectories, it will apply the directory-local variables |
| 1308 | specified in @file{.dir-locals.el}, as though they had been defined as | 1304 | specified in @file{.dir-locals.el}, as though they had been defined as |