Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 02 14:23:22 2008 +0000 +++ b/lisp/ChangeLog Wed Jan 02 23:47:35 2008 +0000 @@ -1,3 +1,11 @@ +2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com> + + * 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. + 2008-01-02 Karl Fogel <kfogel@red-bean.com> Change a return type, for greater extensibility. See