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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c,v
Date: Thu, 08 Mar 2007 14:34:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/03/08 14:34:12

Index: minibuf.c
===================================================================
RCS file: /sources/emacs/emacs/src/minibuf.c,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -b -r1.327 -r1.328
--- minibuf.c   7 Mar 2007 02:13:26 -0000       1.327
+++ minibuf.c   8 Mar 2007 14:34:11 -0000       1.328
@@ -1483,6 +1483,10 @@
                matchcount++;
              bestmatchsize = matchsize;
              if (matchsize <= SCHARS (string)
+                 /* If completion-ignore-case is non-nil, don't
+                    short-circuit because we want to find the best
+                    possible match *including* case differences.  */
+                 && !completion_ignore_case
                  && matchcount > 1)
                /* No need to look any further.  */
                break;




reply via email to

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