emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 6/9] Rename `w32' local to `nt' for clarity


From: Stefan Monnier
Subject: Re: [PATCH 6/9] Rename `w32' local to `nt' for clarity
Date: Tue, 07 Aug 2012 11:45:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> -        (w32 (eq system-type 'windows-nt))
> +        (nt (eq system-type 'windows-nt))

I do see that we now have a problem where w32 can refer either to "using
the w32 API for things like process and file system operations" and
"using the w32 GUI".  But "nt" doesn't sound too good for the first.
Maybe "w32os"?


        Stefan



reply via email to

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