emacs-devel
[Top][All Lists]
Advanced

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

Re: (featurep 'multi-tty) => t on Windows


From: Juanma Barranquero
Subject: Re: (featurep 'multi-tty) => t on Windows
Date: Thu, 11 Dec 2008 10:47:29 +0100

On Wed, Dec 10, 2008 at 17:16, Chong Yidong <address@hidden> wrote:

>>    (if (featurep 'multi-tty) ", multi-tty" ""))
>
> I think this feature should be nil on Windows.  Go ahead and make the
> change.

I hadn't thought of any specific change. We can wrap the Fprovide into #ifdefs

#ifndef WINDOWSNT
  Fprovide (intern ("multi-tty"), Qnil);
#endif

if nobody thinks of a better way.

    Juanma




reply via email to

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