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

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

bug#14030: 24.3; expand-file-name expands remote file name on Windows in


From: Eli Zaretskii
Subject: bug#14030: 24.3; expand-file-name expands remote file name on Windows incorrectly
Date: Wed, 27 Mar 2013 08:59:05 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Tue, 26 Mar 2013 22:24:46 -0400
> Cc: 14030@debbugs.gnu.org, Michael Albinus <michael.albinus@gmx.de>,
>       vidagabor@gmail.com
> 
> > +(eval-when-compile
> > +  ;; Prevent the compiler from inlining the symbol's function
> > +  ;; definition, which depends on the load-time `system-type', see
> > +  ;; bug#14030.
> > +  (fmakunbound 'tramp-drop-volume-letter)
> > +  (declare-function tramp-drop-volume-letter "tramp" (name)))
>  
> Yuck!

Exactly my reaction.





reply via email to

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