]> git.eshelyaron.com Git - emacs.git/commit
* lisp/files.el: Use a fixed file name for the second dir-locals file
authorArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 25 Jan 2016 22:42:50 +0000 (22:42 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Mon, 25 Jan 2016 23:42:41 +0000 (23:42 +0000)
commitda976cff352bdea6adc2667582a56eb4061bb5f6
tree73b89ceb316306267ca9816dd8d30a0445382fb9
parent914fb99d38f8a9db7fbf926d0cf34b808d581afe
* lisp/files.el: Use a fixed file name for the second dir-locals file

(dir-locals-file): Revert to its original fixed value.
(dir-locals-file-2): New const.
(dir-locals--all-files): Don't use `file-name-all-completions'.
Instead, just check for the 2 dir-locals files and return a list
of the ones that exit (if any).

* etc/NEWS: Document the change.

* doc/emacs/custom.texi (Directory Variables): Document the change.

* doc/lispref/variables.texi (Directory Local Variables): Update
accordingly.
doc/emacs/custom.texi
doc/lispref/variables.texi
etc/NEWS
lisp/files.el