]> git.eshelyaron.com Git - emacs.git/commit
* lisp/files.el: Don't allow customization of dir-locals sorting
authorArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 10 Nov 2015 13:26:00 +0000 (13:26 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Tue, 10 Nov 2015 13:26:00 +0000 (13:26 +0000)
commit9145e79dc2042fb477959ddda59c3e2ff5fa3914
tree0756a70961959d95a1434392d23954c68a6b438d
parent77cebbc1e77edf23bc2c23a218b56d9d6ad68e74
* lisp/files.el: Don't allow customization of dir-locals sorting

In retrospect, this is not a good idea for the same reason that
`dir-locals-file' is a defconst, because it is important that this
behaviour be "uniform across different environments and users".
Sure, the user can still change the sorting with a hack, but we
shouldn't encourage them to change it.

(dir-locals--all-files): Return list in the order returned by
`file-expand-wildcards'.
(file-expand-wildcards): Document the sorting predicate used.
(dir-locals-sort-predicate): Delete variable.
lisp/files.el