mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(Ftry_completion): Remove code left over from when we used
scmp instead of Fcompare_strings.
This commit is contained in:
parent
0c8a412cfd
commit
140eb7640b
2 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -1445,9 +1445,6 @@ is used to further constrain the set of candidates. */)
|
|||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue