Wed, 30 Mar 2005 14:24:50 -0800: "Stefan Monnier" <[EMAIL PROTECTED]> wrote:

> > Some recent change, I suspect Stefan's change on 2005-03-28, modified
> > the behavior of read-file-name-internal which is called from ffap.el.
> > It used to return 
> 
> > "//server/"
> > for
> > (read-file-name-internal "//server/" "c:/emacs/" nil)
> 
> Hmm.... What does (substitute-in-file-name "//server/") return?
> 
> 
>         Stefan

That seems to be the culprit.

(substitute-in-file-name "//server/") returns

"/server/"

on 2005-03-29 built emacs while the same function returns

"//server/"

on 2005-03-21 built emacs.

-Tak


_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to