diff src/minibuf.c @ 94629:fa335e247f6b

(Ftry_completion): Remove code left over from when we used scmp instead of Fcompare_strings.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 05 May 2008 09:51:29 +0000
parents ea7a33f062ae
children 8971ddf55736
line wrap: on
line diff
--- 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,