diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-23 15:17:25 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-23 15:17:25 +0000 |
commit | d24182bbae78bc58d31c96faf7ad49c165c6b6ef (patch) | |
tree | f039196649e1ecd0fb73f0d9cd7952f8ab9886ce /lisp/ChangeLog | |
parent | 4d77fc8ece1e07b65407d7a2b323149f971a6370 (diff) | |
download | emacs-d24182bbae78bc58d31c96faf7ad49c165c6b6ef.tar.gz |
(vc-deduce-fileset): Also look for a fileset in the parent
buffer if the parent buffer is in vc-dired-mode.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2f40af489f..7c83f9e1f8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-11-23 Dan Nicolaescu <dann@ics.uci.edu> + + * vc.el (vc-deduce-fileset): Also look for a fileset in the parent + buffer if the parent buffer is in vc-dired-mode. + 2007-11-23 Mark A. Hershberger <mah@everybody.org> * nxml: Initial merge of nxml. Kept nxml/char-name subdir for |