# HG changeset patch # User Juanma Barranquero # Date 1210628584 0 # Node ID 2021b2b9d63c82bbcbdaf14ecb82c430fa4186d6 # Parent 9e19bca35d7fdc74200b92428bc274567a4c570d *** empty log message *** diff -r 9e19bca35d7f -r 2021b2b9d63c lisp/ChangeLog --- 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 - * 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 @@ -173,8 +173,8 @@ 2008-05-09 Eric S. Raymond * 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,