diff options
| author | Thierry Volpiatto | 2011-09-01 00:34:08 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-09-01 00:34:08 -0700 |
| commit | a5e063d5b67b345617b24d1edc526c27679c457e (patch) | |
| tree | 3ae8b9c63d8b755324d7faefe1722e559806d69c | |
| parent | 793d32bb233a506655d9e74050b6b336c504f929 (diff) | |
| download | emacs-a5e063d5b67b345617b24d1edc526c27679c457e.tar.gz emacs-a5e063d5b67b345617b24d1edc526c27679c457e.zip | |
* lisp/vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.
Fixes: debbugs:9391
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c998f0eeb8..b4b95fb4074 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391) | ||
| 4 | |||
| 1 | 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change) | 5 | 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change) |
| 2 | 6 | ||
| 3 | * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408) | 7 | * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408) |