emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 7466a4d: Cygwin emacsclient handles w32 file na


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 7466a4d: Cygwin emacsclient handles w32 file names
Date: Tue, 30 Jun 2015 09:56:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> +                   (when (and (eq system-type 'cygwin)
>> +                              (fboundp 
>> 'cygwin-convert-file-name-from-windows))

> There's no need for the 'fboundp ...' here;
> cygwin-convert-file-name-from-windows is defined in all Cygwin builds.

I'm not arguing for or against this test, but I'm just pointing out that
the test should have the benefit of silencing the byte-compiler when
compiling on a non-Cygwin machine.


        Stefan



reply via email to

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