diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-10-20 07:58:11 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2006-10-20 07:58:11 +0000 |
commit | 5ce51a98b797d3e4ec35529466166fff372e11c2 (patch) | |
tree | 88cf2979d7b01bce1c805536915a740e583681b2 /lisp/ChangeLog | |
parent | bc8c1bb4484f8f33dba11be10bedbc66b9664f5f (diff) | |
download | emacs-5ce51a98b797d3e4ec35529466166fff372e11c2.tar.gz |
(vc-switch-backend): Try to be more careful with unwanted
side-effect due to mixing various backends's file properties.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0999e794216..44439658b56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca> + * vc.el (vc-switch-backend): Try to be more careful with unwanted + side-effect due to mixing various backends's file properties. + * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'. Add arg `filename' instead. Don't set vc-backend if `filename' is set. Return `filename's status if applicable. Update callers. |