emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: change to try-completion behavior]


From: Stefan Monnier
Subject: Re: address@hidden: change to try-completion behavior]
Date: Tue, 06 Mar 2007 09:50:40 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> *** emacs/src/minibuf.c.~1.326.~      2007-02-23 11:24:42.000000000 -0500
> --- emacs/src/minibuf.c       2007-03-05 22:20:35.000000000 -0500
> ***************
> *** 1483,1488 ****
> --- 1483,1489 ----
>               matchcount++;
>             bestmatchsize = matchsize;
>             if (matchsize <= SCHARS (string)
> +               && !completion_ignore_case
>                 && matchcount > 1)
>               /* No need to look any further.  */
>               break;

Looks correct, but deserves a comment.


        Stefan




reply via email to

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