Mercurial > emacs
changeset 94887:2021b2b9d63c
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 12 May 2008 21:43:04 +0000 |
parents | 9e19bca35d7f |
children | 77013c501e34 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 12 18:49:07 2008 +0000 +++ b/lisp/ChangeLog Mon May 12 21:43:04 2008 +0000 @@ -1,7 +1,7 @@ 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com> - * vc.el (vc-expand-dirs): Stop this function from tossing out - explicitlt specified files. + * vc.el (vc-expand-dirs): Stop this function from tossing out + explicitly specified files. 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca> @@ -173,8 +173,8 @@ 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com> * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff) - (vc-diff, vc-revert, vc-rollback, vc-update), - vc-dispatcher.el (vc-dispatcher-selection-set): + (vc-diff, vc-revert, vc-rollback, vc-update): + * vc-dispatcher.el (vc-dispatcher-selection-set): Get rid of 4 special cases in fileset selection. This involved changing the return value of (vc-deduce-fileset) so that it passes back a deduced state as well as a deduced back end,