]> git.eshelyaron.com Git - emacs.git/commit
Fix dired-omit-files regexp (Bug#35668)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 12 May 2019 16:42:35 +0000 (12:42 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 19 May 2019 14:35:51 +0000 (10:35 -0400)
commitd7c8196c96fd4bb732d1336305943feb3badf27c
treef6e667b5135b2b452f0582dd7c3af09909650405
parentd0e9113de9783094b4da7f6aeee131194653c325
Fix dired-omit-files regexp (Bug#35668)

* lisp/dired-x.el (dired-omit-files): Match beginning and end of
string, rather than beginning and end of line.
lisp/dired-x.el