Mercurial > emacs
comparison lisp/ChangeLog @ 87523:fe5c2c0f8dcf
* progmodes/grep.el (grep-find-ignored-directories): Initialize
from the value of vc-directory-exclusion-list.
* vc-hooks (vc-directory-exclusion-list): Include "_darcs",
even though we don't have a back end for darcs yet.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 02 Jan 2008 23:47:35 +0000 |
parents | 0140d3ebb262 |
children | 7a64dd146336 |
comparison
equal
deleted
inserted
replaced
87522:818b4291c99a | 87523:fe5c2c0f8dcf |
---|---|
1 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com> | |
2 | |
3 * progmodes/grep.el (grep-find-ignored-directories): Initialize | |
4 from the value of vc-directory-exclusion-list. | |
5 | |
6 * vc-hooks (vc-directory-exclusion-list): Include "_darcs", | |
7 even though we don't have a back end for darcs yet. | |
8 | |
1 2008-01-02 Karl Fogel <kfogel@red-bean.com> | 9 2008-01-02 Karl Fogel <kfogel@red-bean.com> |
2 | 10 |
3 Change a return type, for greater extensibility. See | 11 Change a return type, for greater extensibility. See |
4 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html | 12 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html |
5 and its thread for discussion leading to this change. | 13 and its thread for discussion leading to this change. |