emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113149: * ido.el (ido-read-internal): Fix bug#1


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] trunk r113149: * ido.el (ido-read-internal): Fix bug#14620.
Date: Mon, 24 Jun 2013 14:02:37 +0200

On Mon, Jun 24, 2013 at 6:17 AM, Leo Liu <address@hidden> wrote:

>>        ((string-match (if (memq system-type '(windows-nt ms-dos))
>>                           "\\`[a-zA-Z]:\\|[\\][^\\]"
>>                         "/[^/]")
>>                         ido-selected)

Aka   ((string-match-p ...)) as it is used as a predicate, and not to
extract match data.

   J



reply via email to

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