bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11145: 23.3; M-f in ido-find-file on Windows can't find file


From: Stefan Monnier
Subject: bug#11145: 23.3; M-f in ido-find-file on Windows can't find file
Date: Wed, 04 Apr 2012 12:22:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

> -     (if (and (string-match "^/" filename)
> +     (if (and (file-name-absolute-p filename)

Thank you very much, installed,


        Stefan





reply via email to

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