]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ftry_completion): Remove code left over from when we used
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 May 2008 09:51:29 +0000 (09:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 5 May 2008 09:51:29 +0000 (09:51 +0000)
scmp instead of Fcompare_strings.

src/ChangeLog
src/minibuf.c

index f19f2a7b01fcad73aab3abb095e8c9623bf60685..6e2d3785d384d8a9ab29984f8912e14c01e95506 100644 (file)
@@ -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.
index 71edfbd528133cbed2bb36ba6883bacfdbf74f6a..3d900af9d5b22972c98cfd051248c436949ecdf7 100644 (file)
@@ -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,