emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCHES] 21.3.50 for Cygwin: patch 6


From: Eli Zaretskii
Subject: Re: [PATCHES] 21.3.50 for Cygwin: patch 6
Date: Wed, 25 Dec 2002 08:07:13 +0200 (IST)

On Fri, 6 Dec 2002, Joe Buehler wrote:

> This patch adds cygwin in the appropriate places to the various
> system-type comparisons in the LISP code.
[...]
> Index: lisp/dos-w32.el
> ===================================================================
> RCS file: /cvsroot/emacs/emacs/lisp/dos-w32.el,v
> retrieving revision 1.34
> diff -u -r1.34 dos-w32.el
> --- lisp/dos-w32.el   11 Jul 2002 17:24:10 -0000      1.34
> +++ lisp/dos-w32.el   6 Dec 2002 16:34:49 -0000
> @@ -197,7 +197,7 @@
>   (defun untranslated-canonical-name (filename)
>     "Return FILENAME in a canonicalized form for use with the functions
>   dealing with untranslated filesystems."
> -  (if (memq system-type '(ms-dos windows-nt))
> +  (if (memq system-type '(ms-dos windows-nt cygwin))

Not that I mind, but I thought dos-w32.el was not loaded by Cygwin, or is
it?

Thanks again for working on this.



reply via email to

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