scmp instead of Fcompare_strings.
+2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * minibuf.c (Ftry_completion): Remove code left over from when we used
+ scmp instead of Fcompare_strings.
+
2008-05-04 Juanma Barranquero <lekktu@gmail.com>
* w32fns.c (Fw32_battery_status): Fix computation of %t (h:min) format.
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,