# HG changeset patch # User Stefan Monnier # Date 1209981089 0 # Node ID fa335e247f6b420420f611bf2ee2c86bbce3e528 # Parent a088027cd6c23819948ce1206b20320a03e38a79 (Ftry_completion): Remove code left over from when we used scmp instead of Fcompare_strings. diff -r a088027cd6c2 -r fa335e247f6b src/ChangeLog --- a/src/ChangeLog Mon May 05 07:10:25 2008 +0000 +++ b/src/ChangeLog Mon May 05 09:51:29 2008 +0000 @@ -1,3 +1,8 @@ +2008-05-05 Stefan Monnier + + * minibuf.c (Ftry_completion): Remove code left over from when we used + scmp instead of Fcompare_strings. + 2008-05-04 Juanma Barranquero * w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format. diff -r a088027cd6c2 -r fa335e247f6b src/minibuf.c --- a/src/minibuf.c Mon May 05 07:10:25 2008 +0000 +++ b/src/minibuf.c Mon May 05 09:51:29 2008 +0000 @@ -1445,9 +1445,6 @@ else matchsize = XINT (tem) - 1; - if (matchsize < 0) - /* When can this happen ? -stef */ - matchsize = compare; if (completion_ignore_case) { /* If this is an exact match except for case,