emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/minibuf.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Mon, 05 May 2008 09:51:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/05 09:51:29

Index: minibuf.c
===================================================================
RCS file: /sources/emacs/emacs/src/minibuf.c,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -b -r1.347 -r1.348
--- minibuf.c   2 May 2008 01:02:26 -0000       1.347
+++ minibuf.c   5 May 2008 09:51:29 -0000       1.348
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]