# HG changeset patch # User Eric S. Raymond # Date 1192914632 0 # Node ID 940f108ed01822ebeef6feb750e0f3bc79fdce85 # Parent faeaedde80db1e1c7ac62223d55a40475af575ae *** empty log message *** diff -r faeaedde80db -r 940f108ed018 lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 20 21:02:46 2007 +0000 +++ b/lisp/ChangeLog Sat Oct 20 21:10:32 2007 +0000 @@ -3,7 +3,7 @@ * vc.el (vc-do-command): Condition out a misleading message when running asynchronously. (vc-deduce-fileset): New argument enables using an unregistered - visited file as a singleton fileset idf nothing else is available. + visited file as a singleton fileset if nothing else is available. (vc-next-action): Restore file-registering behavior. 2007-10-20 Jay Belanger @@ -683,12 +683,10 @@ * follow.el (follow-stop-intercept-process-output): Use `follow-call-process-filter' rather than `process-filter'. Simplify. + * vc.el (vc0iff): Prevent errors in an edge case. 2007-10-11 Eric S. Raymond - * vc.el: Address an edge case in vc-diff pointed out by - Juanma Barranquero. This is an experimental fix and may change. - * vc-hooks.el (vc-registered): Robustify this function a bit against filenames with no directory component.