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: Stefan Monnier
Subject: bug#14030: 24.3; expand-file-name expands remote file name on Windows incorrectly
Date: Tue, 26 Mar 2013 22:24:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +(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!


        Stefan





reply via email to

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