]> code.delx.au - gnu-emacs/commit
Use grep-find-ignored-directories instead of vc-directory-exclusion-list
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 3 May 2016 22:02:43 +0000 (01:02 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 3 May 2016 22:02:43 +0000 (01:02 +0300)
commit6428aa044ad872e9b8b60d825b7cbcb38ae3e492
treea96a2dee81058a638724258c0ac1fb21d354c47e
parent6f82d8ef7d3aea2d05677d2792f89b8e6084d66a
Use grep-find-ignored-directories instead of vc-directory-exclusion-list

* lisp/dired-aux.el (dired-do-find-regexp):
Use grep-find-ignored-directories instead of
vc-directory-exclusion-list.  The result should be functionally
similar (the former uses the latter as the default value), but it
should be more consistent and appropriate WRT user
customizations.
(dired-do-find-regexp-and-replace): Update the docstring.

* lisp/dired.el: Update the corresponding autoloads.

* doc/emacs/dired.texi (Operating on Files): Update the
documentation accordingly.
doc/emacs/dired.texi
lisp/dired-aux.el
lisp/dired.el