aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArtur Malabarba2016-01-30 16:14:52 +0000
committerArtur Malabarba2016-01-30 19:54:41 +0000
commit71b20b31c8ee25bcd0de1a954c9ca7b49140b3b2 (patch)
tree687f518360ec65ff3d03639a33589720913d729c /doc
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 'doc')
-rw-r--r--doc/emacs/custom.texi6
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}.
1298named @file{.dir-locals.el}@footnote{ On MS-DOS, the name of this file 1298named @file{.dir-locals.el}@footnote{ On MS-DOS, the name of this file
1299should be @file{_dir-locals.el}, due to limitations of the DOS 1299should be @file{_dir-locals.el}, due to limitations of the DOS
1300filesystems. If the filesystem is limited to 8+3 file names, the name 1300filesystems. If the filesystem is limited to 8+3 file names, the name
1301of the file will be truncated by the OS to @file{_dir-loc.el}. 1301of 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
1303is loaded in addition. This is useful when @file{.dir-locals.el} is
1304under version control in a shared repository and can't be used for
1305personal customizations. } in a
1306directory. Whenever Emacs visits any file in that directory or any of 1302directory. Whenever Emacs visits any file in that directory or any of
1307its subdirectories, it will apply the directory-local variables 1303its subdirectories, it will apply the directory-local variables
1308specified in @file{.dir-locals.el}, as though they had been defined as 1304specified in @file{.dir-locals.el}, as though they had been defined as