]> git.eshelyaron.com Git - emacs.git/commit
Allow files to be matched case-sensitively in dired-x
authorReuben Thomas <rrt@sc3d.org>
Tue, 8 Nov 2016 17:42:24 +0000 (17:42 +0000)
committerReuben Thomas <rrt@sc3d.org>
Fri, 2 Dec 2016 16:04:42 +0000 (16:04 +0000)
commit50b9ddfc132ead94a932e55ac39211b483109592
treee0139a9566a59c16db641d322415d64b0e01c220
parentb6a8025eed3349ef98701ef07fa47e4abf22d1cc
Allow files to be matched case-sensitively in dired-x

* lisp/dired-x.el (dired-mark-unmarked-files): Add an argument which
controls case folding for matching the regex (Bug#18716).
(dired-omit-case-fold): New variable.  Defaults to `t' on case-sensitive
systems, `nil' otherwise.
(dired-mark-omitted, dired-omit-expunge): Use dired-omit-case-fold.
* doc/misc/dired-x.texi, etc/NEWS: Document dired-omit-case-fold.
doc/misc/dired-x.texi
etc/NEWS
lisp/dired-x.el